Skip to content

Commit 517bccf

Browse files
committed
chore: enable release workflow trigger
1 parent 4a0b872 commit 517bccf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
name: Release
44

55
on:
6-
release:
7-
types: [published]
6+
push:
7+
tags:
8+
- 'v*'
9+
workflow_dispatch: {}
810

911
permissions:
1012
contents: read

0 commit comments

Comments
 (0)