From b4c70fbe51a9f5c953012834dbae6edcf136ec54 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 5 Apr 2022 00:18:29 +1000 Subject: [PATCH] Run Super-Linter only once --- .github/workflows/super-linter.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 94e919e16..9a93c7997 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -1,11 +1,6 @@ name: Super Linter -on: - push: - branches-ignore: [master] - # Remove the line above to run when pushing to master - pull_request: - branches: [master] +on: [pull_request] jobs: build: