summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 9ecb083b0a..029a0b677a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,10 +3,11 @@ version: '{build}'
shallow_clone: true
platform:
- x64
-## Still allowing trunk branch for pull request. TODO: Skip non-pull-request trunk build.
-# branches:
-# except:
-# - trunk # mirrored master runs CI
+branches:
+ except:
+ # Because default branch is still "trunk", we build only "trunk" to avoid
+ # doubly building on master and trigger CI on Pull Request.
+ - master # mirrored from trunk
environment:
ruby_version: "24-%Platform%"
zlib_version: "1.2.11"