Skip to content

Commit a9db3a0

Browse files
committed
Add workflow_dispatch trigger to cleanup-pr-docs.yml
1 parent 3095e69 commit a9db3a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cleanup-pr-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Cleanup PR Documentation
33
on:
44
pull_request:
55
types: [closed]
6+
workflow_dispatch:
67

78
jobs:
89
cleanup:

0 commit comments

Comments
 (0)