Merge pull request #13469 from jziolkowski/trigger_files_inclusive

Update CI workflows with inclusive path filters
This commit is contained in:
Jason2866 2021-10-25 23:37:08 +02:00 committed by GitHub
commit e19bbdecd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1090 additions and 1076 deletions

View File

@ -1,10 +1,17 @@
name: Tasmota CI
on:
workflow_dispatch:
pull_request:
paths-ignore:
- '.github/**' # Ignore changes towards the .github directory
- '**.md' # Do no build if *.md files changes
paths:
- '**.c'
- '**.cpp'
- '**.h'
- '**.hpp'
- '**.ino'
- '**.json'
- '**.properties'
- 'pio-tools/*.py'
jobs:
tasmota:

View File

@ -1,10 +1,17 @@
name: Tasmota ESP32 CI
on:
workflow_dispatch:
pull_request:
paths-ignore:
- '.github/**' # Ignore changes towards the .github directory
- '**.md' # Do no build if *.md files changes
paths:
- '**.c'
- '**.cpp'
- '**.h'
- '**.hpp'
- '**.ino'
- '**.json'
- '**.properties'
- 'pio-tools/*.py'
jobs:
tasmota32: