From 69c0b5516e3b2adb59edd9f04c8888ab3e7bdc0a Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Fri, 14 Feb 2025 10:20:22 -0600 Subject: [PATCH] Fix release branches in tests GH action Use 2 stars to mean any branch under release. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9563697eb95..fd4919a8ae8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,7 @@ on: pull_request: branches: - main - - 'release/*' + - 'release/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }}