Skip to content

Commit 586b878

Browse files
Merge pull request #15 from BitGo/fix-release-workflow
fix: change trigger of release workflow to master
2 parents 37a39d4 + 9d0bd60 commit 586b878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Generate Release
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- 'api.yaml'
99

0 commit comments

Comments
 (0)