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 on: # yamllint disable-line rule:truthy
push: push:
paths: paths:
- "*.yaml"
- "ESPHome/*.yaml"
- ".test/*.yaml"
- "*.h"
- "*.c" - "*.c"
- "*.cpp" - "*.cpp"
- "*.h"
- "*.py" - "*.py"
- "*.yaml"
- ".github/workflows/*.*"
- ".test/*.*"
- "components/*.*"
- "components/tx_ultimate_easy/*.*"
- "ESPHome/*.*"
branches: branches:
- main - main
pull_request: pull_request:
paths: paths:
- "*.yaml"
- "*.h"
- "*.c" - "*.c"
- "*.cpp" - "*.cpp"
- "*.h"
- "*.py" - "*.py"
- "*.yaml"
- ".github/workflows/*.*"
- ".test/*.*" - ".test/*.*"
- "components/*.*" - "components/*.*"
- "components/tx_ultimate_easy/*.*" - "components/tx_ultimate_easy/*.*"