From 828f18af33e017eff71ce1ccc634d7bc4a6bf8dd Mon Sep 17 00:00:00 2001 From: frikky Date: Thu, 14 Oct 2021 23:02:04 +0200 Subject: [PATCH] Added CI for launch branch --- .github/workflows/codeql-analysis.yml | 8 ++++++-- .github/workflows/snyk-container-analysis.yml | 8 ++++++-- .github/workflows/snyk-infrastructure-analysis.yml | 8 ++++++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 727aa8d9..b82be082 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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' diff --git a/.github/workflows/snyk-container-analysis.yml b/.github/workflows/snyk-container-analysis.yml index cff8fe35..b3a78761 100644 --- a/.github/workflows/snyk-container-analysis.yml +++ b/.github/workflows/snyk-container-analysis.yml @@ -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' diff --git a/.github/workflows/snyk-infrastructure-analysis.yml b/.github/workflows/snyk-infrastructure-analysis.yml index 8754ca8c..4402487d 100644 --- a/.github/workflows/snyk-infrastructure-analysis.yml +++ b/.github/workflows/snyk-infrastructure-analysis.yml @@ -9,10 +9,14 @@ name: Snyk Infrastructure as Code 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: '41 16 * * 2'