Skip to content

Commit e5a56df

Browse files
committed
Allow manual workflow starts for daily build
1 parent 6d136dc commit e5a56df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: daily
33
on:
44
schedule:
55
- cron: "0 3 * * *"
6+
workflow_dispatch:
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)