Skip to content

Commit 4640aca

Browse files
fmuyassarovfurkatgofurov7
authored andcommitted
Allow GA releases to trigger on v* tags
1 parent 0c54c10 commit 4640aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
# Sequence of patterns matched against refs/tags
44
tags:
5-
- "v0.*.*"
5+
- "v*"
66

77
name: release
88

0 commit comments

Comments
 (0)