Skip to content

Commit

Permalink
changed branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMCCrazyMan committed Aug 30, 2024
1 parent b5aebc7 commit eeb117e
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.6'
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.6' ]
branches: [ '1.21.x' ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit eeb117e

Please sign in to comment.