ci: run build and codeql on v2

This commit is contained in:
theborakompanioni 2025-06-17 18:38:02 +02:00
parent e79e3d3183
commit 92bf282aa7
No known key found for this signature in database
GPG key ID: E8070AF0053AAC0D
2 changed files with 10 additions and 4 deletions

View file

@ -6,10 +6,12 @@ on:
branches:
- master
- devel
- v2
pull_request:
branches:
- master
- devel
- v2
jobs:
build:

View file

@ -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: