Philip H.
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
.github/workflows/codeql.yml
-
.github/workflows/lint.yml
|
@ -2,9 +2,9 @@ name: "CodeQL" |
|
|
|
|
|
|
|
|
on: |
|
|
on: |
|
|
push: |
|
|
push: |
|
|
branches: [ "main" ] |
|
|
branches: [ "master" ] |
|
|
pull_request: |
|
|
pull_request: |
|
|
branches: [ "main" ] |
|
|
branches: [ "master" ] |
|
|
schedule: |
|
|
schedule: |
|
|
- cron: "15 0 * * *" |
|
|
- cron: "15 0 * * *" |
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ name: Lint |
|
|
on: |
|
|
on: |
|
|
push: |
|
|
push: |
|
|
branches: |
|
|
branches: |
|
|
- main |
|
|
- master |
|
|
- production |
|
|
- production |
|
|
pull_request: |
|
|
pull_request: |
|
|
|
|
|
|
|
|