From 7a978eb1c3d469da9648376586f7d62d96d3a8a7 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 25 Sep 2019 07:41:51 -0500 Subject: [PATCH] add pr trigger --- azure-pipelines.web.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 2dc06fba8..dbfbd855a 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -1,6 +1,19 @@ trigger: branches: - include: ["web-yaml-build"] + include: ["master"] + paths: + include: + [ + "src/FilterLists.Web/*", + ".dockerignore", + "docker-compose.yml", + "docker-compose.prod.yml", + ] + +pr: + autoCancel: false + branches: + include: ["master"] paths: include: [