diff options
author | Patric Stout <truebrain@openttd.org> | 2019-03-03 20:15:26 +0100 |
---|---|---|
committer | Patric Stout <truebrain@openttd.org> | 2019-03-03 20:26:58 +0100 |
commit | eb46a89855c01a4898f5a9760969f2d9a7b3137d (patch) | |
tree | 9ee87b59f75e87408001c4b9f33ad7801df1fab6 /azure-pipelines-ci.yml | |
parent | 39cda89e858325cf4c8b76a78566d96294d95b43 (diff) | |
download | openttd-eb46a89855c01a4898f5a9760969f2d9a7b3137d.tar.xz |
Fix: [AzurePipelines] also trigger CI on release branches
Diffstat (limited to 'azure-pipelines-ci.yml')
-rw-r--r-- | azure-pipelines-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 7bab1a936..789f8f6a3 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -1,7 +1,9 @@ trigger: - master +- release/* pr: - master +- release/* jobs: - job: windows |