From f1e63a832215a728e57388a2d8fbaf31253160f5 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 16 Aug 2021 15:40:57 +0200 Subject: [PATCH] :construction_worker: run CI for release branches --- .github/workflows/codeql-analysis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5ee44a04e6..20275feace 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,10 +2,11 @@ name: "Code scanning - action" on: push: - branches: [develop, ] + branches: + - develop + - master + - release/* pull_request: - # The branches below must be a subset of the branches above - branches: [develop] schedule: - cron: '0 19 * * 1'