Added CI for launch branch

This commit is contained in:
frikky
2021-10-14 23:02:04 +02:00
parent 92e1e2f49d
commit 828f18af33
3 changed files with 18 additions and 6 deletions
+6 -2
View File
@@ -13,10 +13,14 @@ name: "CodeQL"
on:
push:
branches: [ master ]
branches:
- master
- launch
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches:
- master
- launch
schedule:
- cron: '38 16 * * 4'