Skip to content

Commit

Permalink
Fix MegaLinter
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Dec 17, 2023
1 parent c5acf10 commit 7fe653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# Trigger mega-linter at every push. Action will also be visible from Pull Requests to master
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]
branches: [main]

env: #Uncomment to activate variables below
# Apply linter fixes configuration
Expand Down

0 comments on commit 7fe653d

Please sign in to comment.