try fix web paths

This commit is contained in:
Collin M. Barrett 2019-12-21 13:18:22 -06:00
parent 6507575893
commit 13f09fc3c5

View file

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