Ignore changes in tasmota/berry directory

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

View File

@ -8,6 +8,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: