Skip to content

Commit 6cb7feb

Browse files
authored
action: listen for tags creation (#1061)
1 parent b422f43 commit 6cb7feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ permissions:
55
contents: read
66

77
on:
8-
create:
9-
tags: [ "v*" ]
8+
push:
9+
tags: [ "v[0-9]+*" ]
1010

1111
jobs:
1212

0 commit comments

Comments
 (0)