From 74ade03bc6406b3967a945cea5845b64f370b570 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 25 Feb 2024 18:35:38 +0000 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6d52fdd241..78fb1e5902 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "v2", main ] + branches: [ "v3", main ] pull_request: # The branches below must be a subset of the branches above - branches: [ "v2" ] + branches: [ "v3" ] schedule: - cron: '30 18 * * 5'