From 8f16b35a286bee440783912425ed6b71278d24e0 Mon Sep 17 00:00:00 2001 From: Jenna Antilla <46546946+jennantilla@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:09:05 -0700 Subject: [PATCH] Fix branches for scanning --- .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 10829cf692..a6cd60eceb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "main, user-model/main" ] + branches: [ "main", "user-model/main", "add_codeql" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main, user-model/main" ] + branches: [ "main", "user-model/main", "add_codeql" ] schedule: - cron: '37 19 * * 4'