From 201b8bdc4f94b2aeb5eda3ce16f91b4327023654 Mon Sep 17 00:00:00 2001 From: shahnawaz-creator <117025384+shahnawaz-creator@users.noreply.github.com> Date: Thu, 2 Nov 2023 00:07:37 +0530 Subject: [PATCH] enabled gosdk update for sprint branches (#1268) --- .github/workflows/sdk-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdk-release.yml b/.github/workflows/sdk-release.yml index a1db6e2b4..43c3f9d13 100644 --- a/.github/workflows/sdk-release.yml +++ b/.github/workflows/sdk-release.yml @@ -6,7 +6,7 @@ concurrency: on: push: - branches: [ master, staging, qa ] + branches: [ master, staging, sprint-* ] tags: - 'v*.*.*' pull_request: