mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
[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:
parent
3927fd8d2a
commit
e03aeb1f4f
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue