Skip to content

Commit 5995c7f

Browse files
committed
ci: fix branch trigger to main
1 parent 4ad4023 commit 5995c7f

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-
- master
6+
- main
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)