diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 37c0fec..85b7ba0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,8 @@ -# Starter pipeline -# Start with a minimal pipeline that you can customize to build and deploy your code. -# Add steps that build, run tests, deploy, and more: -# https://aka.ms/yaml +trigger: +- master + +pr: +- master stages: - stage: Build