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

ci: allow running workflows manually

[skip_ci]
This commit is contained in:
Martin Milata 2024-02-29 14:40:02 +01:00
parent fab70c7dba
commit 4c40cb279c
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,8 @@
name: Core name: Core
on: [pull_request] on:
pull_request:
workflow_dispatch:
permissions: permissions:
id-token: write # for fetching the OIDC token id-token: write # for fetching the OIDC token

View File

@ -1,6 +1,8 @@
name: Legacy name: Legacy
on: [pull_request] on:
pull_request:
workflow_dispatch:
permissions: permissions:
id-token: write # for fetching the OIDC token id-token: write # for fetching the OIDC token