Skip to content

Commit 43155b5

Browse files
committed
Add synchronize to build_docs
1 parent 740fc20 commit 43155b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'docs/**'
1010
# Use push trigger since 'paths-ignore' are not respected as expected by 'on.pull_request.paths-ignore', see https://github.com/actions/runner/issues/2324
1111
pull_request:
12-
types: [opened]
12+
types: [opened, synchronize]
1313

1414
jobs:
1515
build_docs:

0 commit comments

Comments
 (0)