From 85ff49a9316fd85e464572a6c00407d8c94a3f3e Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Mon, 2 Oct 2023 07:23:46 -0400 Subject: [PATCH] update for current branch --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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