mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-06 19:15:38 -05:00
Enable CodeQL for all PRs and production branches
This commit is contained in:
parent
28f255733e
commit
4daf5cee54
1 changed files with 3 additions and 3 deletions
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
|
@ -2,10 +2,10 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'develop', 'release/2.7.x' ]
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'release/**'
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ 'develop' ]
|
||||
schedule:
|
||||
- cron: '5 16 * * 3'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue