Only build the master branch on AppVeyor
[mono.git] / appveyor.yml
index 58c9a3a60b520efde47de58e55606fe9e3a656a7..4a2d14354b5dec0bf823b1d2ec9a9a3fcd377797 100644 (file)
@@ -88,6 +88,13 @@ build_script:
 # 
 test: off
 
+#
+# Only build the master branch
+#
+branches:
+  only:
+    - master
+
 #
 # NOTE: Currently this is the Mono installation tree. In future we will create an installation package artifact.
 #       It has to be relative to the project path. Thus we have installed to within the build tree.