We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1d518 commit 050dcdfCopy full SHA for 050dcdf
1 file changed
.github/workflows/Tasmota_build_master.yml
@@ -7,6 +7,7 @@ on:
7
paths-ignore:
8
- '.github/**' # Ignore changes towards the .github directory
9
- '**.md' # Do no build if *.md files changes
10
+ - 'tasmota/berry/**' # Ignore Berry examples
11
12
# Ensures that only one deploy task per branch/environment will run at a time.
13
concurrency:
0 commit comments