diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index b33a20dd95e..0cbe4dbd037 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -2,10 +2,8 @@ name: "Code Analysis" on: push: - branches: [master, ] + branches: [0.12.x] pull_request: - # The branches below must be a subset of the branches above - branches: [master] schedule: - cron: '0 8 * * 6' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e8c03f74e40..e8379391de0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,9 +3,8 @@ name: Build Docs # We don't want pushes (or PRs) to gh-pages to kick anything off on: push: - branches: [ master ] + branches: [ 0.12.x ] pull_request: - branches: [ master ] jobs: # diff --git a/.github/workflows/tests-conda.yml b/.github/workflows/tests-conda.yml index 5f194b155f4..5dc0203b68b 100644 --- a/.github/workflows/tests-conda.yml +++ b/.github/workflows/tests-conda.yml @@ -3,9 +3,8 @@ name: Conda Tests # We don't want pushes (or PRs) to gh-pages to kick anything off on: push: - branches: [ master ] + branches: [ 0.12.x ] pull_request: - branches: [ master ] jobs: # diff --git a/.github/workflows/tests-pypi.yml b/.github/workflows/tests-pypi.yml index a1daa1e7d41..9699608edc6 100644 --- a/.github/workflows/tests-pypi.yml +++ b/.github/workflows/tests-pypi.yml @@ -3,9 +3,8 @@ name: PyPI Tests # We don't want pushes (or PRs) to gh-pages to kick anything off on: push: - branches: [ master ] + branches: [ 0.12.x ] pull_request: - branches: [ master ] jobs: #