Browse Source

Add ci-* branch pattern to trigger Azure Pipelines

urgh
Sean Leather 6 years ago
parent
commit
232586307f
  1. 4
      azure-pipelines.yml

4
azure-pipelines.yml

@ -1,5 +1,9 @@
# Note for forks: Azure Pipelines is triggered only by commits to the branches
# matching the patterns below.
# See https://docs.microsoft.com/en-us/azure/devops/pipelines/build/triggers
trigger:
- master
- ci-*
jobs:
- job: min_linux

Loading…
Cancel
Save