Skip to content

Commit 9b6418a

Browse files
committed
release tweaks
1 parent 12e5813 commit 9b6418a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: release
22

33
on:
44
push:
5+
branches:
6+
- main
57
tags:
6-
- '*'
8+
- 'v*'
79

810
permissions:
911
contents: write

0 commit comments

Comments
 (0)