Skip to content

Commit

Permalink
📇 Update mega-linter.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Silent Demon <[email protected]>
  • Loading branch information
SilentDemonSD authored Apr 25, 2023
1 parent 193fd6c commit ed19d41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
# MegaLinter GitHub Action configuration file
# More info at https://megalinter.io
name: MegaLinter

on:
on:
workflow_dispatch
# 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]
# 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]

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

0 comments on commit ed19d41

Please sign in to comment.