Added CI for launch branch
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user