Skip to content

Commit 9b721c6

Browse files
authored
added schedule for github CI workflow
1 parent 8d2677f commit 9b721c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
on:
22
pull_request: {}
3+
schedule:
4+
- cron: '30 5,17 * * *'
35
push:
4-
branches: [rust]
56

67
jobs:
78
ci:

0 commit comments

Comments
 (0)