mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +00:00
Move ci stuff to dev branch
This commit is contained in:
parent
8f82976fe5
commit
ebb1a50e3f
2 changed files with 5 additions and 4 deletions
6
.github/workflows/crowdin.yml
vendored
6
.github/workflows/crowdin.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
paths: [
|
||||
'/public/locales/en/**',
|
||||
]
|
||||
branches: [ main ]
|
||||
branches: [ dev ]
|
||||
|
||||
jobs:
|
||||
synchronize-with-crowdin:
|
||||
|
@ -23,8 +23,8 @@ jobs:
|
|||
with:
|
||||
upload_translations: false
|
||||
download_translations: true
|
||||
crowdin_branch_name: main
|
||||
localization_branch_name: l10n_main
|
||||
crowdin_branch_name: dev
|
||||
localization_branch_name: l10n_dev
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue