From 4cd9d40f61a46ec6a209e0c0f5d85db3cc9e6488 Mon Sep 17 00:00:00 2001 From: fgwt202412 <191263616+fgwt202412@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:53:27 -0500 Subject: [PATCH] GitHub workflows - match branches with / in the name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 183d253..6c776e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: branches: [main] tags: ["releases/**"] pull_request: - branches: ["*"] + branches: ["**"] jobs: build: