Skip to content

Commit 284e110

Browse files
authored
Actually match the tag naming conventions (#6393)
Wasn't matching on release candidates, nor any of the previous special tags convention.
1 parent ac1edc7 commit 284e110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66
tags:
77
- v[1-9]+.[0-9]+.[0-9]+
8-
- v[1-9]+.[0-9]+.[0-9]+-[0-9a-zA-Z]+
8+
- v[1-9]+.[0-9]+.[0-9]+-[a-zA-Z]+.[0-9]+
99
- v[1-9]+.[0-9]+-[0-9a-zA-Z]+
1010
pull_request:
1111
branches:

0 commit comments

Comments
 (0)