mirror of
https://github.com/public-apis/public-apis
synced 2024-11-21 10:04:15 +01:00
Run links validation on push
This commit is contained in:
parent
29351783e9
commit
f9ac27280b
5
.github/workflows/validate_links.yml
vendored
5
.github/workflows/validate_links.yml
vendored
@ -2,7 +2,10 @@ name: "Validate links"
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 6 * * *'
|
||||
- cron: '0 0 * * *'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
FORMAT_FILE: README.md
|
||||
|
Loading…
Reference in New Issue
Block a user