Commit cd7883145f76a24db47dfd911cc8b0b387813c7c

Edward Thomson 2018-08-02T20:43:21

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)'