Skip to content

Commit 9c450b1

Browse files
committed
ci: Add PR open trigger to TypeDoc workflow
1 parent 9424e79 commit 9c450b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/typedoc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: TypeDoc
33
on:
44
push:
55
branches: [main]
6+
pull_request:
7+
types: [opened]
68
workflow_dispatch:
79

810
permissions:

0 commit comments

Comments
 (0)