Skip to content

Commit 31eb772

Browse files
committed
Run CI daily
1 parent 7501fd5 commit 31eb772

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: ci
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: 0 0 * * *
57

68
defaults:
79
run:

0 commit comments

Comments
 (0)