mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Enable CodeQL for all PRs and production branches
This commit is contained in:
committed by
Janek Bevendorff
parent
b3dbc49161
commit
10bd651355
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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user