summaryrefslogtreecommitdiff
path: root/azure-pipelines-release-stable.yml
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2019-02-09 16:49:42 +0100
committerPatric Stout <truebrain@openttd.org>2019-02-09 17:10:04 +0100
commit887e524e066cee3dc3307abcbccdf01fa7fb1d25 (patch)
treee81b9800a61b3fcddddc3dc41713a6012b5f2c5f /azure-pipelines-release-stable.yml
parent8c0bfb46377c6b528c658003086144f973d64a55 (diff)
downloadopenttd-887e524e066cee3dc3307abcbccdf01fa7fb1d25.tar.xz
Add: [AzurePipelines] build a stable release if a tag is created
Diffstat (limited to 'azure-pipelines-release-stable.yml')
-rw-r--r--azure-pipelines-release-stable.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/azure-pipelines-release-stable.yml b/azure-pipelines-release-stable.yml
index 3c42c6bee..ee756ca9e 100644
--- a/azure-pipelines-release-stable.yml
+++ b/azure-pipelines-release-stable.yml
@@ -1,4 +1,7 @@
-trigger: none
+trigger:
+ branches:
+ include:
+ - refs/tags/*
pr: none
jobs: