From f998350a3616f6986798b4faab389ffe92b68fff Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 1 Aug 2025 13:00:01 -0400 Subject: [PATCH] Enable CodeQL for feature branch --- .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 aba29abde..899242128 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: [ "main", "feature" ] pull_request: - branches: [ "main" ] + branches: [ "main", "feature" ] schedule: - cron: '38 16 * * 4'