Skip to content

Commit

Permalink
update filters for tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandesm14 committed Jun 13, 2024
1 parent f6d452a commit 5ac7c0f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches: ['main']
pull_request:
branches:
- '**'
- '!docs/**'
branches-ignore:
- 'docs/**'
types:
- opened
- synchronize
- reopened
- ready_for_review

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 5ac7c0f

Please sign in to comment.