Skip to content

Commit

Permalink
update crowdin workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMCLoveMan committed Jun 17, 2024
1 parent 2b336c1 commit a40e90a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
crowdin:
uses: TheMCBrothers/.github/.github/workflows/crowdin_download.yml@main
with:
pull_request_base_branch_name: '1.20.X'
pull_request_base_branch_name: '1.21.X'
secrets:
GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Crowdin Upload
on:
push:
paths: [ 'src/generated/resources/assets/*/lang/**' ]
branches: [ '1.20.X' ]
branches: [ '1.21.X' ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a40e90a

Please sign in to comment.