From a2bcd9930b6de42e967696a7b761fd995a2280c8 Mon Sep 17 00:00:00 2001 From: juliuscanute Date: Sat, 13 Jul 2019 15:13:25 +1000 Subject: [PATCH] add PR trigger (#23) --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 46994ba..4a0f945 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,6 +6,11 @@ trigger: - master +pr: + branches: + include: + - master + pool: name: 'Default'