diff --git a/.github/workflows/updateEnglishLang.yml b/.github/workflows/updateEnglishLang.yml index f72955b..1832cba 100644 --- a/.github/workflows/updateEnglishLang.yml +++ b/.github/workflows/updateEnglishLang.yml @@ -21,6 +21,8 @@ jobs: updateLang: name: Update English Lang in Nomi-CEu-Translations runs-on: ubuntu-latest + # Prevent Workflow from Running on Forks + if: "${{ github.repository_owner == 'Nomi-CEu' }}" steps: # We have to use a custom app token, as the default GITHUB_TOKEN only has access to the base repo. # Nomi-CEu-Management has access to all of Nomi-CEu's Repos. diff --git a/README.md b/README.md index 850bc4c..f32045f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ - And more... ## Translations -Translations are offered for Nomi-CEu, in a separate 'language pack'. This is available to download [here](https://nightly.link/Nomi-CEu/Nomi-CEu-Translations/workflows/pushbuildpack/main?preview) (download the 'combined' zip for Nomi-CEu). +Translations are offered for Nomi-CEu, in a separate 'language pack'. This is available to download [here](https://nightly.link/Nomi-CEu/Nomi-CEu-Translations/workflows/pushbuildpack/main?preview) (download the 'nomi-ceu' zip for Nomi-CEu). For more information, including supported languages and their status, see [the GitHub Page](https://github.com/Nomi-CEu/Nomi-CEu-Translations/).