diff options
author | Christian Gade <christian_gade@hotmail.com> | 2023-02-16 23:55:01 +0100 |
---|---|---|
committer | Christian Gade <christian_gade@hotmail.com> | 2023-02-16 23:55:01 +0100 |
commit | 2c8d4ca0336cee620b96d77e2f2812b9126eb377 (patch) | |
tree | 3d90867d7a373bfcc8be7dc5e67f11b549c7a7fc /.github | |
parent | 3a7a8b17725d9565002a9be678af0bb9792bb060 (diff) |
[Nexus] Update translation related workflows
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/gh-action-weblate-upload.yml | 4 | ||||
-rw-r--r-- | .github/workflows/sync-addon-metadata-translations.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/gh-action-weblate-upload.yml b/.github/workflows/gh-action-weblate-upload.yml index 05b8e34038..311e0c3dec 100644 --- a/.github/workflows/gh-action-weblate-upload.yml +++ b/.github/workflows/gh-action-weblate-upload.yml @@ -5,7 +5,7 @@ name: Update Weblate translations on: push: branches: - - master + - Nexus paths: - "addons/resource.language.en_gb/resources/strings.po" - ".github/workflows/gh-action-weblate-upload.yml" @@ -29,4 +29,4 @@ jobs: --form file=@addons/resource.language.en_gb/resources/strings.po \ --form method=source \ -H "Authorization: Token $TOKEN" \ - https://kodi.weblate.cloud/api/translations/kodi-core/kodi-main/en_gb/file/ + https://kodi.weblate.cloud/api/translations/kodi-core/kodi-main-nexus/en_gb/file/ diff --git a/.github/workflows/sync-addon-metadata-translations.yml b/.github/workflows/sync-addon-metadata-translations.yml index 5807a0209c..ec15968cc3 100644 --- a/.github/workflows/sync-addon-metadata-translations.yml +++ b/.github/workflows/sync-addon-metadata-translations.yml @@ -2,7 +2,7 @@ name: Sync addon metadata translations on: push: - branches: [ master, main ] + branches: [ Nexus ] paths: - '**skin.estuary**addon.xml' - '**skin.estuary**resource.language.**strings.po' |