Skip to content

Commit 1c61915

Browse files
committed
allow "v" prefix in tags regex
1 parent 5127256 commit 1c61915

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: build
22
on:
33
push:
44
tags:
5-
- "[0-9]+.[0-9]+.[0-9]+"
6-
- "[0-9]+.[0-9]+.[0-9]+-?rc[0-9]+"
7-
- "[0-9]+.[0-9]+.[0-9]+-?[ab][0-9]+"
8-
- "[0-9]+.[0-9]+.[0-9]+.post[0-9]+"
5+
- "v?[0-9]+.[0-9]+.[0-9]+"
6+
- "v?[0-9]+.[0-9]+.[0-9]+-?rc[0-9]+"
7+
- "v?[0-9]+.[0-9]+.[0-9]+-?[ab][0-9]+"
8+
- "v?[0-9]+.[0-9]+.[0-9]+.post[0-9]+"
99

1010
defaults:
1111
run:

0 commit comments

Comments
 (0)