feat(ci): fix megalinter trigger rules

This commit is contained in:
2024-06-17 11:50:00 +03:00
parent 9ca4514a64
commit ba7c4d1ecc

View File

@@ -4,10 +4,7 @@
name: MegaLinter name: MegaLinter
on: on:
# Trigger mega-linter at every push. Action will also be visible from Pull Requests to main workflow_call:
push: # Comment this line to trigger action only on pull-requests (not recommended if you don't pay for GH Actions)
pull_request:
branches: [master, main]
env: # Comment env block if you don't want to apply fixes env: # Comment env block if you don't want to apply fixes
# Apply linter fixes configuration # Apply linter fixes configuration