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