From 1a4d0cc8adf887468bbccc935e786c46f29955af Mon Sep 17 00:00:00 2001 From: David Bernard Date: Sun, 25 Aug 2024 19:41:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20update=20trigger=20of=20megalint?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mega-linter.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 94d86a3..9b85553 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -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: