Run test only on pull request or push to main
This commit is contained in:
5
.github/workflows/validate_esphome_beta.yml
vendored
5
.github/workflows/validate_esphome_beta.yml
vendored
@@ -11,6 +11,11 @@ on: # yamllint disable-line rule:truthy
|
||||
- "*.c"
|
||||
- "*.cpp"
|
||||
- "*.py"
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/VERSION'
|
||||
- '**/VERSION_YAML'
|
||||
pull_request:
|
||||
paths:
|
||||
- "*.yaml"
|
||||
|
||||
Reference in New Issue
Block a user