1 parent 619debc commit 64b90cdCopy full SHA for 64b90cd
1 file changed
.github/workflows/release.yml
@@ -1,9 +1,9 @@
1
name: Release
2
3
-on:
+on:
4
push:
5
- branches:
6
- - master
+ tags:
+ - 'v*'
7
8
jobs:
9
build:
0 commit comments