From 8a00451a647d8feafc805150fe3cbee7fc7de8a2 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 25 Sep 2019 07:45:16 -0500 Subject: [PATCH] trigger on pipeline changes --- azure-pipelines.web.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index dbfbd855a..1f82d7d77 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -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",