From 889e814f78c25e7957750ac819e365e152951617 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 29 Sep 2020 14:29:30 +0100 Subject: [PATCH] [appveyor] fix branch name regex --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 54bacf0..58ed6d9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,7 @@ branches: only: - master # We want to build version tags as well. - - /v^\d+\.\d+.*$/ + - /^v\d+\.\d+.*$/ install: # checkout git sub-modules (shallow fetch)