Skip to content

Commit

Permalink
ci: add branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed May 23, 2024
1 parent 9625a66 commit f3334bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
paths:
- 'docs/**.md'
branches: [develop]
branches: [develop,master,main,feat/crowdin]

jobs:
crowdin:
Expand All @@ -24,5 +24,6 @@ jobs:
translation: docs/%two_letters_code%/%original_file_name%
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
crowdin_branch_name: ${{ env.BRANCH_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f3334bf

Please sign in to comment.