Skip to content

Commit bc3cac6

Browse files
1 parent 23a034d commit bc3cac6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Publish
1+
name: Release
22

33
on:
4-
create:
5-
tags:
6-
- "v*"
4+
push:
5+
branches:
6+
- refs/tags/v*
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)