Skip to content

Commit 050dcdf

Browse files
authored
Modify Tasmota build workflow to ignore Berry examples
1 parent 6f1d518 commit 050dcdf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Tasmota_build_master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths-ignore:
88
- '.github/**' # Ignore changes towards the .github directory
99
- '**.md' # Do no build if *.md files changes
10+
- 'tasmota/berry/**' # Ignore Berry examples
1011

1112
# Ensures that only one deploy task per branch/environment will run at a time.
1213
concurrency:

0 commit comments

Comments
 (0)