Skip to content

Commit 2d8c8eb

Browse files
only run docs CI jobs on PRs when docs have changed (#1612)
only run docs CI jobs when docs have changed
1 parent 2aed684 commit 2d8c8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
tags:
1010
- v[0-9]+.[0-9]+.[0-9]
1111
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
12+
pull_request:
1213
paths:
1314
- 'docs/**'
1415
- '!docs/**'
15-
pull_request:
1616
workflow_dispatch:
1717

1818
concurrency:

0 commit comments

Comments
 (0)