From 01095279ccc0de40c6c117beae69bea1ede1e886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 21 Feb 2022 23:27:21 +0200 Subject: [PATCH] Update CodeQL Analyze workflow (Github Workflows) --- .github/workflows/codeql-analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analyze.yml b/.github/workflows/codeql-analyze.yml index d303165..7a9800b 100644 --- a/.github/workflows/codeql-analyze.yml +++ b/.github/workflows/codeql-analyze.yml @@ -13,7 +13,7 @@ name: "CodeQL Analyze" on: push: - branches: [ master, stable ] + branches: [ develop ] pull_request: # The branches below must be a subset of the branches above branches: [ master ]