Browse Source

Merge pull request #409 from spl/ci-trigger

Add ci-* branch pattern to trigger Azure Pipelines
urgh
Alex Crichton 6 years ago
committed by GitHub
parent
commit
e70b78d090
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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