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
@@ -10,10 +10,14 @@ name: Snyk Container
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: '18 4 * * 3'