From 9e64ed092973ab2a13079fb69bccb4b55e496937 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 8 Dec 2019 16:26:45 -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 ec61d6b78..4101a51ac 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"