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 name: Tasmota CI
on: on:
workflow_dispatch:
pull_request: pull_request:
paths-ignore: paths:
- '.github/**' # Ignore changes towards the .github directory - '**.c'
- '**.md' # Do no build if *.md files changes - '**.cpp'
- '**.h'
- '**.hpp'
- '**.ino'
- '**.json'
- '**.properties'
- 'pio-tools/*.py'
jobs: jobs:
tasmota: tasmota:

View File

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