Merge #11022
11022: minor: Enable workflow_dispatch for release workflow r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
778a63e9e3
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -2,6 +2,8 @@ name: release
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # midnight UTC
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches:
|
||||
|
Loading…
x
Reference in New Issue
Block a user