From 89da65af96f89dca6b2dc7dbeabd2d9d7b42fa67 Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Sun, 19 May 2019 10:42:19 -0400 Subject: [PATCH] ci: deploy on tags --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 05810f6b5..3ebf4e94a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,7 +31,10 @@ jobs: condition: | and ( succeeded(), - eq(variables['Build.SourceBranch'], 'refs/heads/dev') + or ( + eq(variables['Build.SourceBranch'], 'refs/heads/dev'), + eq(buildTag, True) + ) ) steps: - template: azure/build.yml