Skip to content

Commit 78caaa8

Browse files
authored
Schedule workflow
1 parent eaebac6 commit 78caaa8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/build-readme.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Build README
22

33
on:
4-
push:
4+
#push:
55
workflow_dispatch:
6+
schedule:
7+
- cron: '0 * * * *'
68

79
jobs:
810
Build:

0 commit comments

Comments
 (0)