Skip to content

Commit 4cfb107

Browse files
committed
ci: add branch
1 parent 31fad63 commit 4cfb107

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/crowdin.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Crowdin Action
33
on:
44
workflow_dispatch:
55
push:
6-
# paths:
7-
# - 'docs/**.md'
8-
branches: [develop, master, main, feat/crowdin]
6+
paths:
7+
- 'docs/**.md'
8+
branches: [develop, master, main]
99

1010
jobs:
1111
crowdin:
@@ -21,8 +21,8 @@ jobs:
2121
upload_translations: false
2222
download_translations: false
2323
push_translations: false
24-
crowdin_branch_name: ${{ env.BRANCH_NAME }}
2524
config: '.github/crowdin/crowdin-push.yml'
25+
crowdin_branch_name: ${{ github.ref_name }}
2626
base_path: ${{ github.workspace }}
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)