From 173f2d7a16074ef50c596beaf00598fe7f0e467b Mon Sep 17 00:00:00 2001 From: Faye Amacker <33205765+fxamacker@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:42:02 -0500 Subject: [PATCH] Run CodeQL on all branches --- .github/workflows/codeql-analysis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d20ae34..7fcea85 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -5,10 +5,7 @@ permissions: {} on: push: - branches: - - main - - 'feature/**' - - 'v**' + # Run CodeQL on push in all branches. pull_request: # Run CodeQL on PR in all branches. schedule: