From 161a78dc235b7d6de359994965d0a69cc0b3d212 Mon Sep 17 00:00:00 2001 From: Jacob Beck Date: Tue, 26 Mar 2019 15:29:37 -0600 Subject: [PATCH] build on all dev branches or branches that start with "pr/" --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8f2865b25d4..b523a14c47d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,11 @@ # https://docs.microsoft.com/azure/devops/pipelines/languages/python trigger: -- master + branches: + include: + - master + - dev/* + - pr/* jobs: - job: UnitTest