Modify Tasmota build workflow to ignore Berry examples

This commit is contained in:
Jason2866 2025-08-23 16:36:28 +02:00 committed by GitHub
parent 6f1d518b28
commit 050dcdf153
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ on:
paths-ignore:
- '.github/**' # Ignore changes towards the .github directory
- '**.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.
concurrency: