diff --git a/web/azure-pipelines.yaml b/web/azure-pipelines.yaml index 2c016bed2..6acc33712 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: ["./*", "../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"