From 38712f9a99c5a3744eec08b66ca87d2194b041ee Mon Sep 17 00:00:00 2001 From: Kevin Bates Date: Thu, 5 Nov 2020 12:05:56 -0800 Subject: [PATCH] Enable CodeQL runs on all pushed branches --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 85ca80f64c..07f62968e2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,7 +14,7 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [ '*' ] pull_request: # The branches below must be a subset of the branches above branches: [ master ]