Skip to content

Commit 1488e8f

Browse files
authored
Only run docs workflow when something changed in doc folder (#478)
1 parent 91c7b2b commit 1488e8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Docs
22

33
on:
44
push:
5+
paths:
6+
- 'doc/*'
57
branches:
68
- '4.0'
79
pull_request:
10+
paths:
11+
- 'doc/*'
812
branches:
913
- '*'
1014

0 commit comments

Comments
 (0)