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"