From 030ecb31154fe52f7b64886c38896ccf92db35e1 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Mon, 1 Apr 2019 22:24:53 -0700 Subject: [PATCH] trigger on tags --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d0630258..0faf5d04 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,8 @@ +trigger: + tags: + include: + - 'v*' + jobs: - template: azure-pipelines-template.yml parameters: