From b7dd5523795f98cdc67226a8f4e1c48e5a4659a2 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 13 Apr 2019 19:01:07 -0500 Subject: [PATCH] Add triggers for key branches and PRs. [skip travis] --- azure-pipelines.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c0e77912e..2d9d33c02 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,7 +5,15 @@ # Copyright Rene Rivera 2015-2019. trigger: -- feature/cxx + branches: + include: + - develop + - master + - feature/* +pr: + branches: + include: + - develop jobs: