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 }}