1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-01 15:52:02 +00:00

ci: build T2B1 firmware for release branches

This commit is contained in:
Martin Milata 2025-02-27 11:20:12 +01:00
parent 674342b594
commit 56e9856b52

View File

@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
model: [T2T1, T3B1, T3T1, T3W1]
model: ${{ fromJSON(startsWith(github.ref, 'refs/heads/release/') && '["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"]' || '["T2T1", "T3B1", "T3T1", "T3W1"]') }}
coins: [universal, btconly]
type: ${{ fromJSON(github.event_name == 'schedule' && '["normal", "debuglink", "production"]' || '["normal", "debuglink"]') }}
include: