Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit d47c808

Browse files
build: run on merge pr
1 parent dbf6577 commit d47c808

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
- main
77
paths:
88
- "docs/**"
9+
pull_request:
10+
types: [closed]
11+
branches:
12+
- main
13+
paths:
14+
- "docs/**"
915

1016
jobs:
1117
build:

0 commit comments

Comments
 (0)