Skip to content

Commit 2325863

Browse files
committed
Add ci-* branch pattern to trigger Azure Pipelines
1 parent b43413f commit 2325863

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)