Run test only on pull request or push to main

This commit is contained in:
Edward Firmo
2024-12-23 18:47:41 +01:00
parent 226d5db7c8
commit 420225b6ba
2 changed files with 10 additions and 3 deletions

View File

@@ -11,6 +11,11 @@ on: # yamllint disable-line rule:truthy
- "*.c"
- "*.cpp"
- "*.py"
branches:
- main
paths-ignore:
- '**/VERSION'
- '**/VERSION_YAML'
pull_request:
paths:
- "*.yaml"