From 76be059bc86c57ccf2eab64a9df4c031052cd071 Mon Sep 17 00:00:00 2001 From: Saloni Shah Date: Fri, 25 Oct 2024 13:24:37 -0400 Subject: [PATCH] try "wildcard" for release branch --- .github/workflows/build_tag_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_tag_publish.yml b/.github/workflows/build_tag_publish.yml index 0712a27c..8781cef5 100644 --- a/.github/workflows/build_tag_publish.yml +++ b/.github/workflows/build_tag_publish.yml @@ -55,7 +55,7 @@ jobs: env: DEFAULT_BUMP: patch GITHUB_TOKEN: ${{ secrets.BROADBOT_TOKEN }} - RELEASE_BRANCHES: sps_fix_tag_step + RELEASE_BRANCHES: .* WITH_V: true # - name: Construct Dockerhub and GCR image names