From 065ae62f3e94197dd4da1ecaf701cf5c496ec24b Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Mon, 2 Oct 2023 10:04:45 -0400 Subject: [PATCH] fix tests --- .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 c3f7183b0..5a8f7249a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,7 +54,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') + if: github.event_name == 'push' && (github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/stable || github.ref == 'refs/heads/fix-docs-publishing') steps: - uses: actions/checkout@v3 with: