fix: only sync to crowdin when src files change
This commit is contained in:
parent
79af483ccc
commit
7a97d6edab
1 changed files with 2 additions and 0 deletions
2
.github/workflows/crowdin-sync.yml
vendored
2
.github/workflows/crowdin-sync.yml
vendored
|
@ -3,6 +3,8 @@ name: Crowdin Sync
|
|||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- 'src/main/java/com/atlauncher/**'
|
||||
|
||||
jobs:
|
||||
synchronize-with-crowdin:
|
||||
|
|
Loading…
Reference in a new issue