azure-pipelines: explicitely set branch/pr triggers
It's currently broken, see https://status.dev.azure.com/_event/179641421 and this is the suggested workaround.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- '*'
|
||||
|
||||
pr:
|
||||
branches:
|
||||
include:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
- job: MINGW
|
||||
timeoutInMinutes: 360
|
||||
|
||||
Reference in New Issue
Block a user