Skip to content

Commit

Permalink
more docs testing
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 2, 2024
1 parent 7b5eb1f commit 78a63dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- stable
- dev
- readme-updates
pull_request:

concurrency:
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
update_docs:
# needs: test
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/readme-updates'
if: github.event_name == 'push' && (github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/readme-updates')
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 78a63dd

Please sign in to comment.