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