Run tests when test script changes
This commit is contained in:
16
.github/workflows/validate_esphome_beta.yml
vendored
16
.github/workflows/validate_esphome_beta.yml
vendored
@@ -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/*.*"
|
||||
|
||||
Reference in New Issue
Block a user