Skip to content

Commit

Permalink
trigger github workflows when test definitions change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Mar 28, 2024
1 parent 61f310a commit 5e35dc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bw_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
paths:
- 'bw/*'
- 'common/*'
- '.github/workflows/*'
pull_request:
branches-ignore:
- 'events/*'
paths:
- 'bw/*'
- 'common/*'
- '.github/workflows/*'

jobs:
bw_test_dummy_mode:
Expand Down

0 comments on commit 5e35dc1

Please sign in to comment.