mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try fix trigger
This commit is contained in:
parent
d5b0476c6a
commit
a3ee72d695
1 changed files with 2 additions and 2 deletions
|
|
@ -3,14 +3,14 @@ trigger:
|
|||
branches:
|
||||
include: ["master"]
|
||||
paths:
|
||||
include: ["../docker-compose.yml", "../docker-compose.prod.yml", "."]
|
||||
include: ["../docker-compose.yml", "../docker-compose.prod.yml", "./*"]
|
||||
|
||||
pr:
|
||||
autoCancel: false
|
||||
branches:
|
||||
include: ["master"]
|
||||
paths:
|
||||
include: ["../docker-compose.yml", "../docker-compose.prod.yml", "."]
|
||||
include: ["../docker-compose.yml", "../docker-compose.prod.yml", "./*"]
|
||||
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
|
|
|
|||
Loading…
Reference in a new issue