Skip to content

Commit a4ffd38

Browse files
committed
ci: update release workflow to trigger on main branch instead of master
1 parent 0398055 commit a4ffd38

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
- dev
88

99
permissions:

0 commit comments

Comments
 (0)