mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
trigger on pipeline changes
This commit is contained in:
parent
7a978eb1c3
commit
8a00451a64
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ trigger:
|
|||
paths:
|
||||
include:
|
||||
[
|
||||
"azure-pipelines.web.yaml",
|
||||
"src/FilterLists.Web/*",
|
||||
".dockerignore",
|
||||
"docker-compose.yml",
|
||||
|
|
@ -17,6 +18,7 @@ pr:
|
|||
paths:
|
||||
include:
|
||||
[
|
||||
"azure-pipelines.web.yaml",
|
||||
"src/FilterLists.Web/*",
|
||||
".dockerignore",
|
||||
"docker-compose.yml",
|
||||
|
|
|
|||
Loading…
Reference in a new issue