From 17e83df1690f2595e1dce8dc1378b81885b816d0 Mon Sep 17 00:00:00 2001 From: beanbeanjuice Date: Sat, 16 Jul 2022 12:22:56 -0400 Subject: [PATCH] Added Integration Branch to CodeQL --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1218cb4..93bf68c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,6 +1,8 @@ name: CodeQL on: + push: + branches: [ integration ] pull_request: # The branches below must be a subset of the branches above branches: [ integration ]