We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451c9c5 commit 095f8dcCopy full SHA for 095f8dc
1 file changed
.github/workflows/continuous-deployment.yml
@@ -5,8 +5,9 @@ name: Mega-Linter
5
6
on:
7
# Trigger mega-linter at every push. Action will also be visible from Pull Requests to master
8
- release: # Comment this line to trigger action only on pull-requests (not recommended if you don't pay for GH Actions)
9
- types: [published]
+ push: # Comment this line to trigger action only on pull-requests (not recommended if you don't pay for GH Actions)
+ branches:
10
+ - main
11
12
env: # Comment env block if you do not want to apply fixes
13
# Apply linter fixes configuration
0 commit comments