From b74f6cae51a378dc4ed071678aad9919407c8c5a Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Thu, 4 Apr 2019 16:07:27 -0400 Subject: [PATCH] Add TestingBranch to CI --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 334cbdb..eb29a69 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,11 +11,13 @@ trigger: include: - master - develop + - TestingBranch # Trigger CI on pull requests to master and develop branches pr: - master - develop + - TestingBranch jobs: # Windows Build Job