summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml3
-rw-r--r--azure-pipelines.yml2
2 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1e29c99e29..5e3983b275 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,6 +3,9 @@ version: '{build}'
shallow_clone: true
platform:
- x64
+branches:
+ except:
+ - trunk # mirrored master runs CI
environment:
ruby_version: "24-%Platform%"
zlib_version: "1.2.11"
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a9ff595e07..87eed89d15 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,4 +1,6 @@
pr: none # comment out this line if you need to test this file on PR
+trigger:
+ - master
jobs:
- job: Linux
pool: