From c4f62c659aea85f80a634c791e6438969df0fa52 Mon Sep 17 00:00:00 2001 From: NaysKutzu <87282334+NaysKutzu@users.noreply.github.com> Date: Wed, 27 Sep 2023 22:44:39 +0200 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index cb51866..c3f8141 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: [ "v2develop" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main" ] + branches: [ "v2develop" ] schedule: - cron: '15 18 * * 0'