Only run crowdin jobs on master repo

Closes #432
This commit is contained in:
Jayden 2022-08-14 17:06:49 -04:00 committed by GitHub
commit c995933f1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ name: Download Translations from Crowdin
jobs:
crowdin-sync:
if: github.repository_owner == 'LBPUnion'
runs-on: ubuntu-latest
steps:

View file

@ -6,6 +6,7 @@ name: Upload Translations to Crowdin
jobs:
crowdin-sync:
if: github.repository_owner == 'LBPUnion'
runs-on: ubuntu-latest
steps: