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: