Skip to content

Commit

Permalink
chore: Run tests if any includes change.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jan 15, 2024
1 parent e5050e4 commit 0890aae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- ".github/workflows/test.yml"
- "app/tests/**"
- "app/src/**"
- "app/include/**"
pull_request:
paths:
- ".github/workflows/test.yml"
- "app/tests/**"
- "app/src/**"
- "app/include/**"

jobs:
collect-tests:
Expand Down

0 comments on commit 0890aae

Please sign in to comment.