From a42bb8cfcf8d4f3f0b479da9cfc991810e53bfae Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Wed, 6 Feb 2019 23:28:18 +0100 Subject: [PATCH] update azure config --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b7946bd5..6e941066 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,10 @@ trigger: batch: true + branches: + include: + - master + +pr: none jobs: - template: azure-pipelines.template.yml