We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4d1b2 commit e1d703eCopy full SHA for e1d703e
.github/workflows/mega-linter.yml
@@ -5,7 +5,7 @@ name: Mega-Linter
5
6
on:
7
# Trigger mega-linter at every push. Action will also be visible from Pull Requests to master
8
- # push: # Comment this line to trigger action only on pull-requests (not recommended if you don't pay for GH Actions)
+ push: # Comment this line to trigger action only on pull-requests (not recommended if you don't pay for GH Actions)
9
pull_request:
10
branches: [master, main]
11
0 commit comments