From 90ede0120068e3739ede52faed41a8249faa8893 Mon Sep 17 00:00:00 2001 From: AdamChrimes Date: Mon, 13 Jan 2020 10:51:17 +0000 Subject: [PATCH] remove the v namespace from pull request triggers --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e8cabca..98ff469 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ trigger: branches: include: - master - - refs/tags/v* + - refs/tags/* paths: exclude: - .github/*