Skip to content

Commit 7f3af77

Browse files
authored
[ci] Add dev/* branches to CI trigger (#1085)
Adds dev branches to the CI trigger to kick off builds on these branches automatically now that PR build restrictions are in place for GitHub repos.
1 parent f38f657 commit 7f3af77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
trigger:
22
- main
33
- refs/tags/*
4+
- dev/*
45

56
pr:
67
- main

0 commit comments

Comments
 (0)