mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-22 05:10:56 +00:00
ci: allow running workflows manually
[skip_ci]
(cherry picked from commit 4c40cb279c
)
This commit is contained in:
parent
6ae158cac9
commit
a784c4046e
4
.github/workflows/core.yml
vendored
4
.github/workflows/core.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Core
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
id-token: write # for fetching the OIDC token
|
||||
|
4
.github/workflows/legacy.yml
vendored
4
.github/workflows/legacy.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Legacy
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
id-token: write # for fetching the OIDC token
|
||||
|
Loading…
Reference in New Issue
Block a user