From d798a9bfdaf55ffd0b4d6ed635cf0db7ecd24f17 Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Tue, 7 Oct 2025 22:58:39 +0200 Subject: [PATCH] test(codeql-analsis.yml): extend scope to a dev branch To ease testing prior to the merge into the default branch, the scope is extended to a (temporary) dev branch (if used). Signed-off-by: Norwid Behrnd --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 235cf59..9eaf4c1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,7 +7,7 @@ name: "CodeQL" on: push: - branches: [master] + branches: [master, dev] pull_request: # The branches below must be a subset of the branches above branches: [master]