Merge pull request #78 from edwardtfn/test-any-folder
Match any file with the extensions in any directory
This commit is contained in:
16
.github/workflows/validate_esphome_beta.yml
vendored
16
.github/workflows/validate_esphome_beta.yml
vendored
@@ -8,22 +8,10 @@ permissions:
|
|||||||
on: # yamllint disable-line rule:truthy
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- "*.{yml,yaml,h,cpp,c,py}"
|
- "**/*.{yml,yaml,h,cpp,c,py}" # Match any file with the extensions in any directory
|
||||||
- ".github/workflows/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- ".test/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- "components/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- "components/tx_ultimate_easy/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- "ESPHome/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "*.{yml,yaml,h,cpp,c,py}"
|
- "**/*.{yml,yaml,h,cpp,c,py}" # Match any file with the extensions in any directory
|
||||||
- ".github/workflows/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- ".test/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- "components/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- "components/tx_ultimate_easy/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- "ESPHome/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
Reference in New Issue
Block a user