[CI] Add explicit trigger for branches/PRs

Azure pipelines has stopped triggering, the issue is being fixed but
this works around it for now.
This commit is contained in:
Greg Chadwick 2020-03-16 09:43:55 +00:00 committed by Philipp Wagner
parent 3927fd8d2a
commit e03aeb1f4f

View file

@ -14,9 +14,15 @@ variables:
trigger:
batch: true
branches:
# Combine builds on master as long as another build is running
include:
- master
- '*'
tags:
include:
- '*'
pr:
branches:
include:
- '*'
# Note: All tests run as part of one job to avoid copying intermediate build
# artifacts around (e.g. Verilator and toolchain builds). Once more builds/tests