From 280a652a59436862fd5797cf45088a746c130666 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Fri, 20 Dec 2024 10:19:04 +0100 Subject: [PATCH] :construction_worker: Use proper default branch in code-analysis workflow --- .github/workflows/code-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 8b3ac9ad..b3b7d3ca 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -8,11 +8,11 @@ name: "CodeQL" on: push: branches: - - main + - master pull_request: # The branches below must be a subset of the branches above branches: - - main + - master schedule: - cron: '0 23 * * 6'