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 40c7995 commit 59cc1ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
paths:
- 'docs/**.md'
# - 'docs/**.md'
branches: [develop, master, main]

jobs:
Expand All @@ -23,6 +23,9 @@ jobs:
push_translations: false
source: docs/*.md
translation: docs/%two_letters_code%/%original_file_name%
ignore: |
docs/_coverpage.md
docs/_navbar.md
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
crowdin_branch_name: ${{ env.BRANCH_NAME }}
Expand Down

0 comments on commit 59cc1ae

Please sign in to comment.