Browse Source

Update linter.yml

pull/7/head
Daniel Gibbs 2 years ago
committed by GitHub
parent
commit
2516c4dcad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/linter.yml

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

Loading…
Cancel
Save