Skip to content

Commit

Permalink
Update codeql analysis branches
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuoza committed Dec 22, 2021
1 parent bf9b490 commit daf8f0b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: "CodeQL"

on:
push:
branches: [master]
branches:
- master
- v2
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches:
- master
- v2
schedule:
# 15:00 UTC on Thu
- cron: '0 15 * * 4'
Expand Down

0 comments on commit daf8f0b

Please sign in to comment.