chore: Run tests if any includes change.

This commit is contained in:
Peter Johanson 2024-01-15 00:07:46 +00:00
parent 7f6df8ac16
commit bc05d43d6f

View file

@ -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: