Compare commits

..

3 Commits

Author SHA1 Message Date
GitHub Actions
4b1aed33ef Bump version to 2024.12.24 [skip-versioning] 2024-12-27 02:53:35 +00:00
Edward Firmo
72a666cd3c Merge pull request #78 from edwardtfn/test-any-folder
Match any file with the extensions in any directory
2024-12-27 03:53:25 +01:00
Edward Firmo
5255912fcf Match any file with the extensions in any directory 2024-12-27 03:49:39 +01:00
3 changed files with 4 additions and 16 deletions

View File

@@ -8,22 +8,10 @@ permissions:
on: # yamllint disable-line rule:truthy
push:
paths:
- "*.{yml,yaml,h,cpp,c,py}"
- ".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
- "**/*.{yml,yaml,h,cpp,c,py}" # Match any file with the extensions in any directory
pull_request:
paths:
- "*.{yml,yaml,h,cpp,c,py}"
- ".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}"
- "**/*.{yml,yaml,h,cpp,c,py}" # Match any file with the extensions in any directory
workflow_dispatch:
concurrency:

View File

@@ -1 +1 @@
2024.12.23
2024.12.24

View File

@@ -1 +1 @@
version: 2024.12.23
version: 2024.12.24