From 5ba433b2d46e0219096b2f60341f0436d4080aa0 Mon Sep 17 00:00:00 2001 From: thediveo Date: Tue, 30 Jan 2024 21:00:03 +0100 Subject: [PATCH] fix: codeql analysis action Signed-off-by: thediveo --- .github/workflows/codeql-analysis.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index ae57120..1560229 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -2,9 +2,12 @@ name: 'CodeQL' on: push: - branches: [ main ] + branches: + - master pull_request: - branches: [ main ] + branches: + - master + - develop schedule: - cron: '05 21 * * 1'