From 86837cf73677d134de4b849ad37eae7f8ccfb892 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Thu, 30 Jan 2020 16:21:41 -0700 Subject: [PATCH] Build all v?.* branches in CI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a9b4933d6..818fd0f1e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,6 @@ trigger: branches: - include: ["master", "v1.8", "*_validate"] + include: ["master", "v?.*", "*_validate"] paths: exclude: ["doc", "*.md"]