Skip to content

Commit a2bc353

Browse files
authored
Fix triggering keyword of tags (#10)
1 parent 97d8df7 commit a2bc353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

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

33
on:
4-
push:
4+
create:
55
tags:
6-
- '*'
6+
- v*
77

88
env:
99
RUST_LOG: debug

0 commit comments

Comments
 (0)