add staging branch to codeql

This commit is contained in:
Quinn 2022-03-30 06:20:20 -04:00 committed by GitHub
parent 93a8d2ab87
commit 0b0cdd3ae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,14 @@ name: "CodeQL"
on:
push:
branches: [ master ]
branches:
- master
- staging
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches:
- master
- staging
schedule:
- cron: '42 19 * * 0'