Browse Source

Update build/azure-devops/webhooks-client/azure-pipelines.yml

Co-Authored-By: Miguel Veloso <mvelosop@gmail.com>
pull/1290/head^2
Eric Torre 4 years ago
committed by GitHub
parent
commit
23be8d2d52
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      build/azure-devops/webhooks-client/azure-pipelines.yml

+ 2
- 2
build/azure-devops/webhooks-client/azure-pipelines.yml View File

@ -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)
registryEndpoint: $(registryEndpoint)

Loading…
Cancel
Save