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"
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
FORMAT_FILE: README.md
|
||||
|
||||
Reference in New Issue
Block a user