mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
Launch the tests every day
This commit is contained in:
parent
d396dcafc4
commit
3017216800
1 changed files with 8 additions and 2 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue