mirror of
https://github.com/nlohmann/json
synced 2024-11-22 12:00:05 +00:00
👷 run CI for release branches
This commit is contained in:
parent
fa5d3b5a9b
commit
f1e63a8322
7
.github/workflows/codeql-analysis.yml
vendored
7
.github/workflows/codeql-analysis.yml
vendored
@ -2,10 +2,11 @@ name: "Code scanning - action"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [develop, ]
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
- release/*
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [develop]
|
||||
schedule:
|
||||
- cron: '0 19 * * 1'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user