From f9ac27280bdd4fd42c2085cc7dc73b2385d000ea Mon Sep 17 00:00:00 2001 From: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> Date: Thu, 15 Oct 2020 20:52:02 +0200 Subject: [PATCH] Run links validation on push --- .github/workflows/validate_links.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate_links.yml b/.github/workflows/validate_links.yml index 68270da7..92afb843 100644 --- a/.github/workflows/validate_links.yml +++ b/.github/workflows/validate_links.yml @@ -2,7 +2,10 @@ name: "Validate links" on: schedule: - - cron: '0 6 * * *' + - cron: '0 0 * * *' + push: + branches: + - master env: FORMAT_FILE: README.md