From fc09b1099b048318f60bc56a342b73ef824ace2c Mon Sep 17 00:00:00 2001 From: Morgan Epp <60796713+epmog@users.noreply.github.com> Date: Fri, 24 Apr 2026 17:55:29 -0500 Subject: [PATCH] chore: ensure patch branches also get code scanning Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com> --- .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 24417fd12..dd15b7a55 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [ "mainline", "feature_*" ] + branches: [ "mainline", "feature_*", "patch_*" ] pull_request: - branches: [ "mainline", "feature_*" ] + branches: [ "mainline", "feature_*", "patch_*" ] schedule: - cron: '0 8 * * MON'