summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-08-02 20:43:21 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2018-09-22 19:15:48 +1000
commit4103325b487248ccd485c20d96a41487680c61ad (patch)
tree7ee5c9e7a068b4bebd456e11a91b195180133aba
parent0f69569ec5aea9800c6c8c20064c985c4c82eb3f (diff)
downloadlibgit2-4103325b487248ccd485c20d96a41487680c61ad.tar.gz
ci: run VSTS builds on master and maint branches
-rw-r--r--.vsts-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vsts-ci.yml b/.vsts-ci.yml
index 4879aeab8..36ce77760 100644
--- a/.vsts-ci.yml
+++ b/.vsts-ci.yml
@@ -1,6 +1,10 @@
resources:
- repo: self
+trigger:
+- master
+- maint/*
+
phases:
- phase: linux_trusty_gcc_openssl
displayName: 'Linux (Trusty; GCC; OpenSSL)'