Skip to content

Commit ebaf7d3

Browse files
committed
Enable workflow_dispatch for release workflow
1 parent a862c59 commit ebaf7d3

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)