diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 277cae886..ab182be28 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,9 +2,7 @@ name: docs on: push: - branches: [master, main] - #pull_request: TODO: Enable me - # branches:[master, main] + branches: [main] jobs: tests: diff --git a/.github/workflows/pip-install.yml b/.github/workflows/pip-install.yml index 3a2af3031..89e6f8ac3 100644 --- a/.github/workflows/pip-install.yml +++ b/.github/workflows/pip-install.yml @@ -1,8 +1,7 @@ name: pip-install on: release: - types: - - published + types: [published] jobs: build_wheels: @@ -11,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, ubuntu-22.04, acos-11, macos-12, macos-13] - python: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] exclude: - os: ubuntu-22.04 python-version: '3.6' diff --git a/.github/workflows/tests-linux.yml b/.github/workflows/tests-linux.yml index 5bb2b3721..f189cf687 100644 --- a/.github/workflows/tests-linux.yml +++ b/.github/workflows/tests-linux.yml @@ -1,8 +1,6 @@ name: tests-linux on: - push: - branches: [main] pull_request: branches: [main] workflow_dispatch: diff --git a/.github/workflows/tests-macos.yml b/.github/workflows/tests-macos.yml index b9bf0b3d0..23ee5cb92 100644 --- a/.github/workflows/tests-macos.yml +++ b/.github/workflows/tests-macos.yml @@ -1,7 +1,5 @@ name: tests-macos on: - push: - branches: [main] pull_request: branches: [main] workflow_dispatch: @@ -14,7 +12,7 @@ jobs: matrix: os: [macos-11, macos-12, macos-13] python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] - + fail-fast: false steps: - uses: actions/checkout@v4 @@ -41,4 +39,3 @@ jobs: - name: Get unique id uses: Tiryoh/gha-jobid-action@v1 id: jobs -