From 5edbc2e76d14481de5910fd7d657841340be9ff7 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Sun, 27 Mar 2022 08:24:51 -0600 Subject: [PATCH] yml fix --- .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 a89feb2e..2a82be91 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,7 +2,7 @@ name: "CodeQL" on: push: - branches: [ master, *-stable ] + branches: [ master, '*-stable' ] pull_request: # The branches below must be a subset of the branches above branches: [ master ]