Run tests on every push

This commit is contained in:
Edward Firmo
2025-07-29 10:15:41 +02:00
parent f9da912777
commit 66d1b27c0d

View File

@@ -6,6 +6,24 @@ permissions:
pull-requests: read
on: # yamllint disable-line rule:truthy
push:
paths:
- "**/*.yml"
- "**/*.yaml"
- "**/*.h"
- "**/*.cpp"
- "**/*.c"
- "**/*.py"
pull_request:
paths:
- "**/*.yml"
- "**/*.yaml"
- "**/*.h"
- "**/*.cpp"
- "**/*.c"
- "**/*.py"
workflow_dispatch:
concurrency: