From 5a067aaaee1abc8e90891ed6f3290ae4562597d5 Mon Sep 17 00:00:00 2001 From: Cassiano Aquino <caquino@users.noreply.github.com> Date: Thu, 3 Oct 2019 12:09:56 +0100 Subject: [PATCH] Extende version tags to support RC and other names This PR extends the version tag on travis to allow RC and other builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d48b5ec..fcaee05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ deploy: branches: only: - - /^v[0-9]+\.[0-9]+\.[0-9]+$/ + - /^v[0-9]+\.[0-9]+\.[0-9]+[A-Za-z0-9]+?$/ cache: apt: true