Modify Tasmota build workflow to ignore Berry examples
This commit is contained in:
parent
6f1d518b28
commit
050dcdf153
1
.github/workflows/Tasmota_build_master.yml
vendored
1
.github/workflows/Tasmota_build_master.yml
vendored
@ -7,6 +7,7 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '.github/**' # Ignore changes towards the .github directory
|
- '.github/**' # Ignore changes towards the .github directory
|
||||||
- '**.md' # Do no build if *.md files changes
|
- '**.md' # Do no build if *.md files changes
|
||||||
|
- 'tasmota/berry/**' # Ignore Berry examples
|
||||||
|
|
||||||
# Ensures that only one deploy task per branch/environment will run at a time.
|
# Ensures that only one deploy task per branch/environment will run at a time.
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user