Skip to content

Commit e70b78d

Browse files
authored
Merge pull request #409 from spl/ci-trigger
Add ci-* branch pattern to trigger Azure Pipelines
2 parents b43413f + 2325863 commit e70b78d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
# Note for forks: Azure Pipelines is triggered only by commits to the branches
2+
# matching the patterns below.
3+
# See https://docs.microsoft.com/en-us/azure/devops/pipelines/build/triggers
14
trigger:
25
- master
6+
- ci-*
37

48
jobs:
59
- job: min_linux

0 commit comments

Comments
 (0)