summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-05-22 09:17:26 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-05-22 09:17:26 -0700
commit709756d89747bd36664593eda4156a7bf5ad7631 (patch)
treebed7caf85bd01e59c5c2c5526871b347678e2874 /azure-pipelines.yml
parentbec877b46fd4d0f621a75591b519a7e266eaa89b (diff)
azure-pipelines.yml: Use simpler trigger syntax
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5e9f3770db..af03830eb7 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,8 +1,6 @@
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
+ - trunk # master (mirror of trunk) runs CI
jobs:
- job: Linux
pool: