diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eafd199e5..c3f7183b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -81,7 +81,7 @@ jobs: publish_docs: needs: update_docs runs-on: ubuntu-latest - if: github.event_name == 'push' && github.ref == 'refs/heads/dev' + if: github.event_name == 'push' && (github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/fix-docs-publishing') steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4