Skip to content

Commit

Permalink
tests troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Oct 2, 2023
1 parent 065ae62 commit 70b029e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 70b029e

Please sign in to comment.