Skip to content

Commit 1da8a94

Browse files
authored
Merge pull request #23 from kmaehashi/scheduled-test
Run test everyday
2 parents 269852c + 734d57c commit 1da8a94

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)