Commit 0cf75467f1386d8b6674d12754ae25be1dbf90e1

Edward Thomson 2018-08-02T21:01:10

Merge pull request #4746 from libgit2/ethomson/ci ci: run VSTS builds on master and maint branches

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/.vsts-ci.yml b/.vsts-ci.yml
index ce215d8..683385b 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)'