Skip to content

Commit 4322cf4

Browse files
authored
ci: enable Deploy Documentation for PR
1 parent 15eafd1 commit 4322cf4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/doc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ on:
1111
- "docs/**"
1212
- "Project.toml"
1313
- ".github/workflows/doc.yml"
14+
pull_request:
15+
branches: master
16+
paths:
17+
- "src/**"
18+
- "docs/**"
19+
- "Project.toml"
20+
- ".github/workflows/doc.yml"
21+
workflow_dispatch:
1422

1523
jobs:
1624
docs:

0 commit comments

Comments
 (0)