CI: use master as reference

This commit is contained in:
Philip H. 2023-12-21 16:12:12 +00:00 committed by GitHub
parent b9ccbb6353
commit d588e01017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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