From b1705ed5f514a737f7d785b707b2973b565dff4c Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Tue, 3 Jan 2023 12:50:44 +0200 Subject: [PATCH] Option to trigger manually as well #45 --- .github/workflows/links-validator.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/links-validator.yml b/.github/workflows/links-validator.yml index 40a90d1..ad07e92 100644 --- a/.github/workflows/links-validator.yml +++ b/.github/workflows/links-validator.yml @@ -1,6 +1,8 @@ name: Links validator on: + repository_dispatch: + workflow_dispatch: schedule: # At 09:00 on Monday: https://crontab.guru/#0_9_*_*_1 - cron: "0 9 * * 1"