chore: Run tests if any includes change.

This commit is contained in:
Peter Johanson 2024-01-15 00:07:46 +00:00 committed by Pete Johanson
parent e5050e40fe
commit 0890aaeaff

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: