From 272a1d447127e40023beebe71c938f0d56a47edb Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Mon, 19 Aug 2024 10:38:54 +0200 Subject: [PATCH] Use the temp branch in scans. --- .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 7100087f8..36cdc2674 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,9 +1,9 @@ name: "CodeQL" on: push: - branches: [ "master" ] + branches: [ "master", "master-copy" ] pull_request: - branches: [ "master" ] + branches: [ "master", "master-copy" ] schedule: - cron: '0 22 * * SUN'