Skip to content

Commit

Permalink
Update pipeline to only run a completion trigger event when main is b…
Browse files Browse the repository at this point in the history
…uilt (#254)
  • Loading branch information
papowerNI authored May 31, 2023
1 parent a8d8247 commit 1be88f2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ resources:
pipelines:
- pipeline: FxpLibraries
source: ni.niveristand-scan-engine-fxp-libraries
trigger: true
trigger:
branches:
include:
- main
- pipeline: ModuleLibraries
source: ni.niveristand-scan-engine-module-libraries
trigger: true
trigger:
branches:
include:
- main

stages:
- template: azure-templates/stages.yml@niveristand-custom-device-build-tools
Expand Down

0 comments on commit 1be88f2

Please sign in to comment.