Disabling Mega Linter for all recognized branch patterns.

This commit is contained in:
Matt Scott 2024-01-31 16:32:41 -05:00
parent b47b080692
commit af462a9bae
No known key found for this signature in database
GPG Key ID: A9A0AFFC0E079001

View File

@ -12,6 +12,9 @@ on:
- "main" - "main"
- "master" - "master"
- "dependabot/**" - "dependabot/**"
- "feature/**"
- "issues/**"
- "release/**"
env: # Comment env block if you do not want to apply fixes env: # Comment env block if you do not want to apply fixes
# Apply linter fixes configuration # Apply linter fixes configuration