diff options
author | Patric Stout <truebrain@openttd.org> | 2019-02-09 16:49:42 +0100 |
---|---|---|
committer | Patric Stout <truebrain@openttd.org> | 2019-02-09 17:10:04 +0100 |
commit | 887e524e066cee3dc3307abcbccdf01fa7fb1d25 (patch) | |
tree | e81b9800a61b3fcddddc3dc41713a6012b5f2c5f | |
parent | 8c0bfb46377c6b528c658003086144f973d64a55 (diff) | |
download | openttd-887e524e066cee3dc3307abcbccdf01fa7fb1d25.tar.xz |
Add: [AzurePipelines] build a stable release if a tag is created
-rw-r--r-- | azure-pipelines-release-stable.yml | 5 |
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: |