Skip to content

Commit b1a2381

Browse files
committed
build: run ci on workflow dispatch
1 parent b1ffc5d commit b1a2381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci
33
on:
44
schedule:
55
- cron: '0 10 * * *' # everyday at 10am
6+
workflow_dispatch:
67
push:
78
branches:
89
- 'master'

0 commit comments

Comments
 (0)