1
0
Fork 0

Fix: [AzurePipelines] also trigger CI on release branches

pull/7322/head
Patric Stout 2019-03-03 20:15:26 +01:00
parent 39cda89e85
commit eb46a89855
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
trigger:
- master
- release/*
pr:
- master
- release/*
jobs:
- job: windows