From e8c1080c2d4c59edacb367b1c89a14482cd3dab6 Mon Sep 17 00:00:00 2001 From: Alessandro Ronchi <1199894+aleron75@users.noreply.github.com> Date: Thu, 2 May 2024 09:02:47 +0200 Subject: [PATCH] chore(github-actions): add workflow activation on push --- .github/workflows/check-links-health.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-links-health.yml b/.github/workflows/check-links-health.yml index cb2d734..4466d8c 100644 --- a/.github/workflows/check-links-health.yml +++ b/.github/workflows/check-links-health.yml @@ -2,6 +2,9 @@ name: Check Links Health on: workflow_dispatch: + push: + branches: + - master schedule: - cron: '0 1 * * 0' # * is a special character in YAML so you have to quote this string