add pr trigger

This commit is contained in:
Collin M. Barrett 2019-09-25 07:41:51 -05:00
parent 5acae55415
commit 7a978eb1c3

View file

@ -1,6 +1,19 @@
trigger:
branches:
include: ["web-yaml-build"]
include: ["master"]
paths:
include:
[
"src/FilterLists.Web/*",
".dockerignore",
"docker-compose.yml",
"docker-compose.prod.yml",
]
pr:
autoCancel: false
branches:
include: ["master"]
paths:
include:
[