Added CI for launch branch
This commit is contained in:
@@ -13,10 +13,14 @@ name: "CodeQL"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- master
|
||||||
|
- launch
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- master
|
||||||
|
- launch
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '38 16 * * 4'
|
- cron: '38 16 * * 4'
|
||||||
|
|
||||||
|
|||||||
@@ -10,10 +10,14 @@ name: Snyk Container
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- master
|
||||||
|
- launch
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- master
|
||||||
|
- launch
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '18 4 * * 3'
|
- cron: '18 4 * * 3'
|
||||||
|
|
||||||
|
|||||||
@@ -9,10 +9,14 @@ name: Snyk Infrastructure as Code
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- master
|
||||||
|
- launch
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- master
|
||||||
|
- launch
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '41 16 * * 2'
|
- cron: '41 16 * * 2'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user