From 13f09fc3c5fcfa9b1d1a2973349fd9c523b1f474 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 21 Dec 2019 13:18:22 -0600 Subject: [PATCH] try fix web paths --- web/azure-pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/azure-pipelines.yaml b/web/azure-pipelines.yaml index 6acc33712..f37f15b95 100644 --- a/web/azure-pipelines.yaml +++ b/web/azure-pipelines.yaml @@ -3,14 +3,14 @@ trigger: branches: include: ["master"] paths: - include: ["./*", "../docker-compose.yml", "../docker-compose.prod.yml"] + include: ["web/*", "docker-compose.yml", "docker-compose.prod.yml"] pr: autoCancel: false branches: include: ["master"] paths: - include: ["./*", "../docker-compose.yml", "../docker-compose.prod.yml"] + include: ["web/*", "docker-compose.yml", "docker-compose.prod.yml"] pool: vmImage: "ubuntu-latest"