Skip to content

Commit 778a63e

Browse files
bors[bot]lnicola
andauthored
Merge #11022
11022: minor: Enable workflow_dispatch for release workflow r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents a862c59 + ebaf7d3 commit 778a63e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: release
22
on:
33
schedule:
44
- cron: '0 0 * * *' # midnight UTC
5+
6+
workflow_dispatch:
57

68
push:
79
branches:

0 commit comments

Comments
 (0)