浏览代码

Launch the tests every day

pull/1410/head
Yann Bertrand 3 年前
committed by GitHub
父节点
当前提交
3017216800
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. +8
    -2
      .github/workflows/test.yml

+ 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


正在加载...
取消
保存