Skip to content

Commit 289411e

Browse files
committed
Fix mask in paths
1 parent e313473 commit 289411e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/translation.yml

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

99
jobs:
1010
update-docs:

0 commit comments

Comments
 (0)