1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-04 13:38:28 +00:00

DO NOT MERGE: test pull_request trigger

This commit is contained in:
Martin Milata 2024-12-03 22:12:17 +01:00
parent 7e8ed2ee24
commit e79988e04a

View File

@ -124,7 +124,7 @@ jobs:
docker_build:
name: Firmware docker build
# scheduled, manual runs, PRs for release branches
if: github.event_name != 'pull_request' || startsWith(github.head_ref, 'release/')
if: github.event_name != 'pull_request' || startsWith(github.head_ref, 'mmilata/')
runs-on: ubuntu-latest
strategy:
fail-fast: false