update workflows

This commit is contained in:
Jacek Ziółkowski 2021-10-25 23:06:31 +02:00 committed by jziolkowski
parent 682c307be5
commit a8ce8baddc
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: