diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 110d5bf72..e06a44824 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: update_docs: # needs: test runs-on: ubuntu-latest - if: github.event_name == 'push' && (github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/readme-updates') + if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/readme-updates' steps: - uses: actions/checkout@v3 with: