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:
parent
fab70c7dba
commit
4c40cb279c
4
.github/workflows/core.yml
vendored
4
.github/workflows/core.yml
vendored
@ -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
|
||||||
|
4
.github/workflows/legacy.yml
vendored
4
.github/workflows/legacy.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user