From 743ed75f8cd70bff767518049022de03cbd2c7c2 Mon Sep 17 00:00:00 2001 From: Martin Heppner <105971399+martinheppner@users.noreply.github.com> Date: Tue, 31 Oct 2023 04:27:56 +0100 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 d22b3c23..7be0a672 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,11 +14,11 @@ name: "CodeQL" on: push: branches: - - 'main' + - 'uat' pull_request: # The branches below must be a subset of the branches above branches: - - 'main' + - 'uat' schedule: - cron: '31 9 * * 2'