Skip to content

Commit

Permalink
build: set same pipeline triggers as used for pytools (#151)
Browse files Browse the repository at this point in the history
joerg-schneider authored Nov 7, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 989d51a commit 8ac39ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
trigger:
- master
- develop
- release/*

pr:
- master
- develop

# set the build name
name: $[ variables['branchName'] ]

0 comments on commit 8ac39ba

Please sign in to comment.