Skip to content

Commit

Permalink
allow manual trigger of workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Etai Lev Ran <[email protected]>
  • Loading branch information
elevran committed Mar 25, 2024
1 parent 5eca464 commit 16af3c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/checklinks.workflow
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
workflow "Hugo Link Check" {
resolves = "linkcheck"
on = "pull_request"
on = ["pull_request", "workflow_dispatch"]

}

action "filter-to-pr-open-synced" {
Expand Down

0 comments on commit 16af3c2

Please sign in to comment.