Launch the tests every day

This commit is contained in:
Yann Bertrand 2020-10-09 20:19:15 +02:00 committed by GitHub
parent d396dcafc4
commit 3017216800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,14 @@
name: "Run tests" name: "Run tests"
on: on:
- push schedule:
- pull_request - cron: '0 0 * * *'
push:
branches:
- master
pull_request:
branches:
- master
env: env:
FORMAT_FILE: README.md FORMAT_FILE: README.md