From 16af3c28caf52358af3224f02f08957918f10aa4 Mon Sep 17 00:00:00 2001 From: Etai Lev Ran Date: Mon, 25 Mar 2024 16:13:14 +0200 Subject: [PATCH] allow manual trigger of workflow Signed-off-by: Etai Lev Ran --- .github/checklinks.workflow | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/checklinks.workflow b/.github/checklinks.workflow index 1d9e5fcf..b0884cb1 100644 --- a/.github/checklinks.workflow +++ b/.github/checklinks.workflow @@ -1,6 +1,7 @@ workflow "Hugo Link Check" { resolves = "linkcheck" - on = "pull_request" + on = ["pull_request", "workflow_dispatch"] + } action "filter-to-pr-open-synced" {