Run tests when test script changes

This commit is contained in:
Edward Firmo
2024-12-27 02:36:47 +01:00
parent b69bc6916b
commit f154a483cc

View File

@@ -4,22 +4,26 @@ name: Validate ESPHome (Beta)
on: # yamllint disable-line rule:truthy
push:
paths:
- "*.yaml"
- "ESPHome/*.yaml"
- ".test/*.yaml"
- "*.h"
- "*.c"
- "*.cpp"
- "*.h"
- "*.py"
- "*.yaml"
- ".github/workflows/*.*"
- ".test/*.*"
- "components/*.*"
- "components/tx_ultimate_easy/*.*"
- "ESPHome/*.*"
branches:
- main
pull_request:
paths:
- "*.yaml"
- "*.h"
- "*.c"
- "*.cpp"
- "*.h"
- "*.py"
- "*.yaml"
- ".github/workflows/*.*"
- ".test/*.*"
- "components/*.*"
- "components/tx_ultimate_easy/*.*"