Skip to content

Commit

Permalink
👷 update trigger of megalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Aug 25, 2024
1 parent a99bda5 commit 1a4d0cc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ name: MegaLinter
# Trigger mega-linter at every push. Action will also be visible from Pull
# Requests to main
on:
# Comment this line to trigger action only on pull-requests
# (not recommended if you don't pay for GH Actions)
push:
branches:
- main
- master
branches: [main]
pull_request:

workflow_dispatch:

# Comment env block if you do not want to apply fixes
env:
Expand Down

0 comments on commit 1a4d0cc

Please sign in to comment.