Skip to content

Commit 464d965

Browse files
committed
Only run translate job when content updated
1 parent a80b0d6 commit 464d965

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/auto-translate.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- "website/docs/**"
79
workflow_dispatch: {}
810

911
concurrency:

0 commit comments

Comments
 (0)