Skip to content

Commit 0d11cbc

Browse files
committed
fix for more workflows
1 parent 2458092 commit 0d11cbc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/mdbook.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
paths:
88
- 'docs/**'
99
- '.github/workflows/mdbook.yml'
10+
pull_request:
11+
types: [opened]
12+
branches:
13+
- "**"
14+
paths:
15+
- 'docs/**'
16+
- '.github/workflows/mdbook.yml'
1017

1118
jobs:
1219

0 commit comments

Comments
 (0)