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 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: