Skip to content

Commit e9f98cf

Browse files
committed
Change release workflow trigger to push on main branch
1 parent efe73ce commit e9f98cf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
2-
workflow_dispatch:
2+
push:
3+
branches:
4+
- main
35
permissions:
46
contents: write
57
pull-requests: write

0 commit comments

Comments
 (0)