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: [