mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
update workflows
This commit is contained in:
parent
682c307be5
commit
a8ce8baddc
13
.github/workflows/CI_github.yml
vendored
13
.github/workflows/CI_github.yml
vendored
@ -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:
|
||||
|
13
.github/workflows/CI_github_ESP32.yml
vendored
13
.github/workflows/CI_github_ESP32.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user