From 284e110f2eff8434bbc8f42d2b88d9924c1cc3f5 Mon Sep 17 00:00:00 2001 From: Michael Bell Date: Thu, 6 Oct 2022 22:08:36 +0100 Subject: [PATCH] Actually match the tag naming conventions (#6393) Wasn't matching on release candidates, nor any of the previous special tags convention. --- .github/workflows/osrm-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 6f85b5118..6ee78a6c7 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -5,7 +5,7 @@ on: - master tags: - v[1-9]+.[0-9]+.[0-9]+ - - v[1-9]+.[0-9]+.[0-9]+-[0-9a-zA-Z]+ + - v[1-9]+.[0-9]+.[0-9]+-[a-zA-Z]+.[0-9]+ - v[1-9]+.[0-9]+-[0-9a-zA-Z]+ pull_request: branches: