From f0cb15636f9375c281d183b45147309831f8a72a Mon Sep 17 00:00:00 2001 From: Arlo Date: Mon, 29 Sep 2025 12:27:33 -0500 Subject: [PATCH] Use double star for tag filter --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2643283c7..5f8e59e98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] - tags: [ 'release/weekly/*' ] + tags: [ 'release/weekly/**' ] pull_request: branches: [ main ]