diff --git a/.github/workflows/lint_gamedb.yml b/.github/workflows/lint_gamedb.yml index d386634685..07dc662367 100644 --- a/.github/workflows/lint_gamedb.yml +++ b/.github/workflows/lint_gamedb.yml @@ -2,8 +2,8 @@ name: 📝 Validate GameDB on: push: - branches: - - master + branches-ignore: + - "l10n_master" paths: - '**/GameIndex.yaml' pull_request: diff --git a/.github/workflows/linux_build_matrix.yml b/.github/workflows/linux_build_matrix.yml index 1aa0a738c3..a1ec4bd669 100644 --- a/.github/workflows/linux_build_matrix.yml +++ b/.github/workflows/linux_build_matrix.yml @@ -2,8 +2,8 @@ name: 🐧 Linux Builds on: push: - branches: - - '*' + branches-ignore: + - "l10n_master" pull_request: branches: - master diff --git a/.github/workflows/macos_build_matrix.yml b/.github/workflows/macos_build_matrix.yml index 29fba287e5..66332a5b03 100644 --- a/.github/workflows/macos_build_matrix.yml +++ b/.github/workflows/macos_build_matrix.yml @@ -2,8 +2,8 @@ name: 🍎 MacOS Builds on: push: - branches: - - '*' + branches-ignore: + - "l10n_master" pull_request: branches: - master diff --git a/.github/workflows/windows_build_matrix.yml b/.github/workflows/windows_build_matrix.yml index b6068bd0a7..71ab58e57b 100644 --- a/.github/workflows/windows_build_matrix.yml +++ b/.github/workflows/windows_build_matrix.yml @@ -2,8 +2,8 @@ name: 🖥️ Windows Builds on: push: - branches: - - '*' + branches-ignore: + - "l10n_master" pull_request: branches: - master diff --git a/crowdin.yml b/crowdin.yml index 0f31685865..320b175da1 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,3 @@ files: - source: pcsx2-qt/Translations/pcsx2-qt_en.ts - translation: '/pcsx2-qt/Translations/pcsx2-qt_%two_letters_code%.ts' + translation: '/pcsx2-qt/Translations/pcsx2-qt_%locale%.ts'