From 5acae55415c02d57565a6ff2a892798576182f3f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 25 Sep 2019 07:38:45 -0500 Subject: [PATCH] branch, specify trigger paths --- azure-pipelines.web.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 5c351f28d..2dc06fba8 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -1,5 +1,14 @@ trigger: - - master + branches: + include: ["web-yaml-build"] + paths: + include: + [ + "src/FilterLists.Web/*", + ".dockerignore", + "docker-compose.yml", + "docker-compose.prod.yml", + ] pool: vmImage: "ubuntu-latest"