From aeeb21c1e96d53a52fb00ddf0b204cf08177d40e Mon Sep 17 00:00:00 2001 From: Manish Vasani Date: Wed, 2 Oct 2019 17:06:59 -0700 Subject: [PATCH] Trigger builds on PR --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 40086d7c86..d7caf45a9b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,10 +1,12 @@ # Branches that trigger a build on commit trigger: - master +- 2.9.x # Branch(es) that trigger(s) build(s) on PR pr: - master +- 2.9.x jobs: - job: Windows