branch, specify trigger paths

This commit is contained in:
Collin M. Barrett 2019-09-25 07:38:45 -05:00
parent c3c899d61d
commit 5acae55415

View file

@ -1,5 +1,14 @@
trigger:
- master
branches:
include: ["web-yaml-build"]
paths:
include:
[
"src/FilterLists.Web/*",
".dockerignore",
"docker-compose.yml",
"docker-compose.prod.yml",
]
pool:
vmImage: "ubuntu-latest"