Skip to content

Commit

Permalink
changing to on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Nov 25, 2024
1 parent 132acce commit e53b2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Comment this line to trigger action only on pull-requests
# (not recommended if you don't pay for GH Actions)
push:

pull_request:
branches:
- main
Expand All @@ -25,7 +25,7 @@

# Decide which event triggers application of fixes in a commit or a PR
# (pull_request, push, all)
APPLY_FIXES_EVENT: pull_request
APPLY_FIXES_EVENT: push

# If APPLY_FIXES is used, defines if the fixes are directly committed (commit)
# or posted in a PR (pull_request)
Expand Down

0 comments on commit e53b2c4

Please sign in to comment.