From 23be8d2d52aeaf0ae832710d17b2b2d3372b1c3a Mon Sep 17 00:00:00 2001 From: Eric Torre Date: Tue, 7 Apr 2020 13:28:08 +0200 Subject: [PATCH] Update build/azure-devops/webhooks-client/azure-pipelines.yml Co-Authored-By: Miguel Veloso --- build/azure-devops/webhooks-client/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-devops/webhooks-client/azure-pipelines.yml b/build/azure-devops/webhooks-client/azure-pipelines.yml index c8b994f3d..f12a38487 100644 --- a/build/azure-devops/webhooks-client/azure-pipelines.yml +++ b/build/azure-devops/webhooks-client/azure-pipelines.yml @@ -11,7 +11,7 @@ trigger: - src/Web/WebhookClient/* - build/azure-devops/buildimages.yml - build/azure-devops/multiarch.yml - - build/azure-devops/webhooks-api/* + - build/azure-devops/webhooks-client/* - deploy/k8s/helm/webhooks-web/* jobs: - template: ../buildimages.yaml @@ -24,4 +24,4 @@ jobs: parameters: image: webhooks.client branch: $(Build.SourceBranchName) - registryEndpoint: $(registryEndpoint) \ No newline at end of file + registryEndpoint: $(registryEndpoint)