try fix web paths

This commit is contained in:
Collin M. Barrett 2019-12-21 13:14:24 -06:00
parent 98f645a214
commit 6507575893

View file

@ -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"