diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f1afedc..3a02d11 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,9 +3,7 @@ name: docs on: push: branches: [main] - pull_request: - branches: [main] - + jobs: tests: name: "Build docs" diff --git a/.github/workflows/pip-install.yml b/.github/workflows/pip-install.yml index f783326..c59d3d2 100644 --- a/.github/workflows/pip-install.yml +++ b/.github/workflows/pip-install.yml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: artifact path: dist diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1a56bb6..f47da1a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,7 +3,6 @@ name: tests on: pull_request: branches: [main] - push: jobs: tests: