mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
branch, specify trigger paths
This commit is contained in:
parent
c3c899d61d
commit
5acae55415
1 changed files with 10 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue