浏览代码
Launch the tests every day
pull/1410/head
Yann Bertrand
4 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
8 次插入 和
2 次删除
-
.github/workflows/test.yml
|
|
@@ -1,8 +1,14 @@ |
|
|
|
name: "Run tests" |
|
|
|
|
|
|
|
on: |
|
|
|
- push |
|
|
|
- pull_request |
|
|
|
schedule: |
|
|
|
- cron: '0 0 * * *' |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
|
|
|
|
env: |
|
|
|
FORMAT_FILE: README.md |
|
|
|