|
|
@ -14,10 +14,10 @@ name: "CodeQL"
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
branches: [ "master" ]
|
|
|
|
branches: [ "master", "develop" ]
|
|
|
|
pull_request:
|
|
|
|
pull_request:
|
|
|
|
# The branches below must be a subset of the branches above
|
|
|
|
# The branches below must be a subset of the branches above
|
|
|
|
branches: [ "master" ]
|
|
|
|
branches: [ "master", "develop" ]
|
|
|
|
schedule:
|
|
|
|
schedule:
|
|
|
|
- cron: '16 14 * * 3'
|
|
|
|
- cron: '16 14 * * 3'
|
|
|
|
|
|
|
|
|
|
|
|