Split extensions

This commit is contained in:
Edward Firmo
2025-01-04 22:38:19 +01:00
parent 9d64b099a4
commit ef4f412223

View File

@@ -8,10 +8,22 @@ permissions:
on: # yamllint disable-line rule:truthy
push:
paths:
- "**/*.{yml,yaml,h,cpp,c,py}" # Match any file with the extensions in any directory
- "**/*.yml"
- "**/*.yaml"
- "**/*.h"
- "**/*.cpp"
- "**/*.c"
- "**/*.py"
pull_request:
paths:
- "**/*.{yml,yaml,h,cpp,c,py}" # Match any file with the extensions in any directory
- "**/*.yml"
- "**/*.yaml"
- "**/*.h"
- "**/*.cpp"
- "**/*.c"
- "**/*.py"
workflow_dispatch:
concurrency: