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" - ".github/workflows/test.yml"
- "app/tests/**" - "app/tests/**"
- "app/src/**" - "app/src/**"
- "app/include/**"
pull_request: pull_request:
paths: paths:
- ".github/workflows/test.yml" - ".github/workflows/test.yml"
- "app/tests/**" - "app/tests/**"
- "app/src/**" - "app/src/**"
- "app/include/**"
jobs: jobs:
collect-tests: collect-tests: