mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-18 13:09:10 +02:00
ci: run build and codeql on v2
This commit is contained in:
parent
e79e3d3183
commit
92bf282aa7
2 changed files with 10 additions and 4 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -6,10 +6,12 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- devel
|
||||
- v2
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- devel
|
||||
- v2
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
12
.github/workflows/codeql-analysis.yml
vendored
12
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -13,12 +13,16 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- master
|
||||
- devel
|
||||
- v2
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
- cron: '32 10 * * 5'
|
||||
branches:
|
||||
- master
|
||||
- devel
|
||||
- v2
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue