ci: allow running workflows manually

[skip_ci]
pull/3370/head
Martin Milata 3 months ago
parent fab70c7dba
commit 4c40cb279c

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

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

Loading…
Cancel
Save