Skip to content

Commit 58a83d3

Browse files
authored
Merge pull request #60 from palashmon/fix/patch-1
chore: update github release branch name
2 parents fc5b846 + bbf22d0 commit 58a83d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: GitHub Release
33
on:
44
workflow_run:
55
workflows: [CI]
6-
branches: [main]
6+
branches: [master]
77
types: [completed]
88

99
concurrency:
@@ -20,4 +20,4 @@ jobs:
2020
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2121
uses: palashmon/reusable-workflows/.github/workflows/gh-release.yml@main
2222
with:
23-
branch_name: 'master'
23+
branch_name: 'master'

0 commit comments

Comments
 (0)