Skip to content

Commit a5de7a6

Browse files
committed
Run CI build on schedule
1 parent bc6c1bd commit a5de7a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build
33
on:
44
push:
55
pull_request:
6+
schedule:
7+
- cron: '40 5 * * *' # every day at 5:40
68

79
jobs:
810
check:

0 commit comments

Comments
 (0)