Skip to content

Commit 734d57c

Browse files
committed
run test everyday
1 parent a7347ae commit 734d57c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: "Test"
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '0 0 * * *'
37

48
jobs:
59
test:

0 commit comments

Comments
 (0)