Skip to content

Commit bdbd55d

Browse files
authored
Add trigger for PR (#7)
1 parent f1307e8 commit bdbd55d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ steps:
3131
projects: '**/*.csproj'
3232

3333
- task: PublishBuildArtifacts@1
34+
35+
trigger:
36+
- master
37+
38+
pr:
39+
- master

0 commit comments

Comments
 (0)