diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 49acf7b..03c721f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ "main", "docs", "patch", "feature", "nodrawci" ] + branches: [ "main", "docs", "patch", "feature", "mplot" ] pull_request: branches: [ "main" ] diff --git a/.github/workflows/nb.yml b/.github/workflows/nb.yml index 2b22441..39edaa3 100644 --- a/.github/workflows/nb.yml +++ b/.github/workflows/nb.yml @@ -2,7 +2,7 @@ name: Notebooks on: push: - branches: [ "main", "patch", "feature", "nodrawci" ] + branches: [ "main", "patch", "feature", "mplot" ] pull_request: branches: [ "main" ]