mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Enable CodeQL for all PRs and production branches
This commit is contained in:
parent
b3dbc49161
commit
10bd651355
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ 'develop', 'release/2.7.x' ]
|
branches:
|
||||||
|
- 'develop'
|
||||||
|
- 'release/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
|
||||||
branches: [ 'develop' ]
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '5 16 * * 3'
|
- cron: '5 16 * * 3'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue