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 31fad63 commit 4cfb107
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Crowdin Action
on:
workflow_dispatch:
push:
# paths:
# - 'docs/**.md'
branches: [develop, master, main, feat/crowdin]
paths:
- 'docs/**.md'
branches: [develop, master, main]

jobs:
crowdin:
Expand All @@ -21,8 +21,8 @@ jobs:
upload_translations: false
download_translations: false
push_translations: false
crowdin_branch_name: ${{ env.BRANCH_NAME }}
config: '.github/crowdin/crowdin-push.yml'
crowdin_branch_name: ${{ github.ref_name }}
base_path: ${{ github.workspace }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4cfb107

Please sign in to comment.