From d22202a8a60b03eeb6f64fd891d25b002ee04dfb Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 6 Jun 2019 21:45:05 -0700 Subject: [PATCH] Set triggers --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 602f144c..000c9314 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,6 +6,15 @@ name: CI.$(Date:yyyyMMdd).$(Rev:.r) +trigger: +- master + +pr: + autoCancel: true + branches: + include: + - master + jobs: - template: .azure/ci-linux-job.yml - template: .azure/ci-macos-job.yml