From 9678b64ad78392ff5efa03df8e3a86cc47a3f42b Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Sun, 26 Feb 2023 08:34:14 -0500 Subject: [PATCH] Disabling MegaLinter workflow on the primary project branch until further configuration can be made to get things into a passing state. --- .github/workflows/mega-linter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index fc445b9..9091dc3 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -6,6 +6,8 @@ name: MegaLinter on: push: branches-ignore: + - "main" + - "master" - "dependabot/**" env: # Comment env block if you do not want to apply fixes