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