Daniel Gibbs
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
.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 }} |
|
|
|