From bbf22d0865525ee110449e6cb86da76d7b572817 Mon Sep 17 00:00:00 2001 From: Palash Mondal Date: Fri, 19 Apr 2024 12:13:19 +0530 Subject: [PATCH] chore: update github release branch name --- .github/workflows/gh-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-release.yml b/.github/workflows/gh-release.yml index 843c78d..e5260d7 100644 --- a/.github/workflows/gh-release.yml +++ b/.github/workflows/gh-release.yml @@ -3,7 +3,7 @@ name: GitHub Release on: workflow_run: workflows: [CI] - branches: [main] + branches: [master] types: [completed] concurrency: @@ -20,4 +20,4 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: palashmon/reusable-workflows/.github/workflows/gh-release.yml@main with: - branch_name: 'master' \ No newline at end of file + branch_name: 'master'