ci: don't build the localization branch on push (#9031)

This commit is contained in:
Tyler Wilding
2023-06-22 17:33:10 -04:00
committed by GitHub
parent cc9b9a1935
commit 6986030cd9
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ name: 📝 Validate GameDB
on:
push:
branches:
- master
branches-ignore:
- "l10n_master"
paths:
- '**/GameIndex.yaml'
pull_request:
+2 -2
View File
@@ -2,8 +2,8 @@ name: 🐧 Linux Builds
on:
push:
branches:
- '*'
branches-ignore:
- "l10n_master"
pull_request:
branches:
- master
+2 -2
View File
@@ -2,8 +2,8 @@ name: 🍎 MacOS Builds
on:
push:
branches:
- '*'
branches-ignore:
- "l10n_master"
pull_request:
branches:
- master
+2 -2
View File
@@ -2,8 +2,8 @@ name: 🖥️ Windows Builds
on:
push:
branches:
- '*'
branches-ignore:
- "l10n_master"
pull_request:
branches:
- master
+1 -1
View File
@@ -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'