Skip to content

Commit 1b8c7f9

Browse files
committed
fix tag regex
1 parent 9938d37 commit 1b8c7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
tags:
8-
- 'v(.*)'
8+
- 'v*'
99
pull_request:
1010
branches:
1111
- master

0 commit comments

Comments
 (0)