Skip to content

Commit 4a016e7

Browse files
committed
ci: Update TypeDoc workflow to trigger on PR edits
1 parent 9c450b1 commit 4a016e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/typedoc.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: TypeDoc
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
7-
types: [opened]
8-
workflow_dispatch:
5+
types: [opened, edited, reopened, synchronize]
96

107
permissions:
118
contents: read

0 commit comments

Comments
 (0)