summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-05-22 09:13:13 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-05-22 09:13:13 -0700
commitbec877b46fd4d0f621a75591b519a7e266eaa89b (patch)
tree68d0ab3a0e70dbb14177e7f87b793f98a7b7c72e /azure-pipelines.yml
parentb80adde359f82085db9065a9c06af5ee8f937c34 (diff)
azure-pipelines.yml: Do not run CI on trunk
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a9ff595e07..5e9f3770db 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,4 +1,8 @@
pr: none # comment out this line if you need to test this file on PR
+trigger:
+ branches:
+ exclude:
+ - trunk # master (mirror of trunk) runs CI
jobs:
- job: Linux
pool: