From 70ef4c6cb4418c1383abad962f162f94141d90c6 Mon Sep 17 00:00:00 2001 From: Jose Antonio Insua Date: Thu, 18 Apr 2024 03:36:10 +0200 Subject: [PATCH] Update codeql-analysis.yml (#33) --- .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 506a202..d4bdf59 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,7 +2,7 @@ name: "CodeQL" on: push: - branches: [ main ] + branches: [ '**' ] pull_request: # The branches below must be a subset of the branches above branches: [ main ]