Skip to content

Commit c4450b7

Browse files
committed
fix: update branch name from main to master in release workflow
1 parent 5995c7f commit c4450b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)