From 9948bfa4b3339be42a354a16cf34ac97504667f6 Mon Sep 17 00:00:00 2001 From: fw2568 Date: Wed, 12 Jun 2019 20:22:40 +0200 Subject: [PATCH] add tag builds --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4945fa0f..5f9f773a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,8 @@ trigger: -- master + branches: + include: + - master + - refs/tags/v* pool: name: 'default'