Skip to content

Commit 9d73ef3

Browse files
committed
Add _translations directory to github workflow
1 parent 289411e commit 9d73ef3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/translation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Update docs translation
33
on:
44
pull_request:
55
paths:
6-
- 'cookbook/*'
7-
- 'guide/*'
6+
- '_translations/**'
7+
- 'cookbook/**'
8+
- 'guide/**'
89

910
jobs:
1011
update-docs:

0 commit comments

Comments
 (0)