From 04de4665f723503ce91c8b1efb6b3495624fbf74 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Mon, 28 Apr 2025 16:02:55 +0100 Subject: [PATCH] run codeql on pr's into integration branches --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index eae4ba896a..7e01348684 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ on: branches: [ "next", integration/*, main ] pull_request: # The branches below must be a subset of the branches above - branches: [ "next" ] + branches: [ "next", integration/* ] schedule: - cron: '23 13 * * 5'