From bc4433cad4a2475373036642c67b27374f7216d9 Mon Sep 17 00:00:00 2001 From: James Woolfenden Date: Wed, 20 Sep 2023 18:02:18 +0100 Subject: [PATCH] fix codeql --- .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 7462d7b..90ec592 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main" ] + branches: [ "master" ] schedule: - cron: '36 4 * * 0' permissions: read-all