diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 17c6d2c..9b1d3fe 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -11,10 +11,8 @@ name: Lint Code Base ###################################################### on: push: - # branches-ignore: main - # Include the line above to not run when pushing to main - pull_request: branches: main + pull_request: ############### # Set the Job # @@ -55,7 +53,7 @@ jobs: uses: github/super-linter/slim@v5 env: VALIDATE_ALL_CODEBASE: false - DEFAULT_BRANCH: master + DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Add validation for other languages here or comment out all to validate all languages VALIDATE_PYTHON_FLAKE8: true