From 70b029e0183fabd31b0c2bce4beafbed88efa6ed Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Mon, 2 Oct 2023 10:09:14 -0400 Subject: [PATCH] tests troubleshooting --- .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 5a8f7249a1..15da938371 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 || github.ref == 'refs/heads/fix-docs-publishing') + 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: