From 6165cb5ee52540470ea4b8a48cf992afd74ebb05 Mon Sep 17 00:00:00 2001 From: Braden Linick Date: Wed, 17 Jan 2024 12:46:30 -0500 Subject: [PATCH] added branch name to trigger for test --- .github/workflows/codeql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 6f4c1281..f68e94a9 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -3,10 +3,10 @@ name: "Custom CodeQL" on: workflow_dispatch: push: - branches: [ "main" ] + branches: [ "main", "bdl-codeql" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main" ] + branches: [ "main", "bdl-codeql" ] jobs: analyze: