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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
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 |
|
|
|