mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Launch the tests every day
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user