From 2516c4dcadeb1a7aeebf7ce5d0683b5c98d58d29 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 19 Oct 2022 12:05:04 +0100 Subject: [PATCH] Update linter.yml --- .github/workflows/linter.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7892b8c..8fa5f8d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -11,8 +11,6 @@ name: Lint Code Base ############################# on: push: - branches-ignore: [master, main] - # Remove the line above to run when pushing to master pull_request: branches: [master, main] @@ -47,5 +45,5 @@ jobs: uses: github/super-linter@v4 env: VALIDATE_ALL_CODEBASE: false - DEFAULT_BRANCH: master + DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}