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" {