Skip to content

Commit

Permalink
Avoid running 2 MegaLinter actions for 1 pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubowicz committed Dec 16, 2023
1 parent f1304c0 commit 31d50c2
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 @@ -6,8 +6,8 @@ name: MegaLinter
on:
# Trigger mega-linter at every push. Action will also be visible from Pull Requests to main
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]
# pull_request:
# branches: [master, main]

# env: # Comment env block if you don't want to apply fixes
# Apply linter fixes configuration
Expand Down

0 comments on commit 31d50c2

Please sign in to comment.