From ec3a856e7b94078ea6c59f55f4a6877e629f89d5 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera <47370115+xraver@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:52:06 +0100 Subject: [PATCH] Change CodeQL workflow branch from main to master (#5) --- .github/workflows/codeql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 8cdb408..f2ba8ca 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] schedule: - cron: '0 3 * * 1' # every monday at 03:00 -- 2.47.3