Skip to content

Commit 35ccfb9

Browse files
authored
Added support for running update manually
1 parent af2a046 commit 35ccfb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
schedule:
44
# Run Monthly on the 2nd of each month
55
- cron: '12 2 2 * *'
6+
workflow_dispatch:
67

78
jobs:
89
update:

0 commit comments

Comments
 (0)