From 16c2bb25ac130601568a3d3e7fa4abb6dee0db3d Mon Sep 17 00:00:00 2001 From: Chris Wiegman Date: Mon, 8 Jan 2024 18:51:31 -0600 Subject: [PATCH] Ensure CodeQL runs on canary --- .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 f0b14d80..5e7d35ce 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,7 +13,7 @@ name: "CodeQL" on: push: - branches: [ "main", develop ] + branches: [ "main", canary ] pull_request: # The branches below must be a subset of the branches above branches: [ "main" ]