mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-04 04:36:51 +02:00
Run links validation on push
This commit is contained in:
parent
29351783e9
commit
f9ac27280b
1 changed files with 4 additions and 1 deletions
5
.github/workflows/validate_links.yml
vendored
5
.github/workflows/validate_links.yml
vendored
|
@ -2,7 +2,10 @@ name: "Validate links"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 6 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FORMAT_FILE: README.md
|
FORMAT_FILE: README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue