Skip to content

Commit 42c5a1d

Browse files
committed
Per METplus#3247, add workflow dispatch to the linkcheck PR workflow too
1 parent 26542c8 commit 42c5a1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/linkcheck_pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
pull_request:
44
paths:
55
- 'docs/**'
6-
6+
workflow_dispatch: {}
7+
78
jobs:
89
linkcheck:
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)