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)