Skip to content

Commit 143c18a

Browse files
author
Paul
authored
only trigger from cd message library CI builds (#276)
1 parent f45b9be commit 143c18a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ resources:
1616
pipelines:
1717
- pipeline: RoutingAndFaultingMessageLibrary
1818
source: ni.niveristand-routing-and-faulting-message-library
19-
trigger: true
19+
trigger:
20+
branches:
21+
include:
22+
- main
2023

2124
stages:
2225
- template: azure-templates/stages.yml@niveristand-custom-device-build-tools

0 commit comments

Comments
 (0)