Browse Source

CI: use master as reference

pull/685/head
Philip H. 1 year ago
committed by GitHub
parent
commit
d588e01017
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/codeql.yml
  2. 2
      .github/workflows/lint.yml

4
.github/workflows/codeql.yml

@ -2,9 +2,9 @@ name: "CodeQL"
on:
push:
branches: [ "main" ]
branches: [ "master" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]
schedule:
- cron: "15 0 * * *"

2
.github/workflows/lint.yml

@ -3,7 +3,7 @@ name: Lint
on:
push:
branches:
- main
- master
- production
pull_request:

Loading…
Cancel
Save