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

This commit is contained in:
Tyler Wilding 2023-06-22 16:33:10 -05:00 committed by GitHub
parent cc9b9a1935
commit 6986030cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View File

@ -2,8 +2,8 @@ name: 📝 Validate GameDB
on: on:
push: push:
branches: branches-ignore:
- master - "l10n_master"
paths: paths:
- '**/GameIndex.yaml' - '**/GameIndex.yaml'
pull_request: pull_request:

View File

@ -2,8 +2,8 @@ name: 🐧 Linux Builds
on: on:
push: push:
branches: branches-ignore:
- '*' - "l10n_master"
pull_request: pull_request:
branches: branches:
- master - master

View File

@ -2,8 +2,8 @@ name: 🍎 MacOS Builds
on: on:
push: push:
branches: branches-ignore:
- '*' - "l10n_master"
pull_request: pull_request:
branches: branches:
- master - master

View File

@ -2,8 +2,8 @@ name: 🖥️ Windows Builds
on: on:
push: push:
branches: branches-ignore:
- '*' - "l10n_master"
pull_request: pull_request:
branches: branches:
- master - master

View File

@ -1,3 +1,3 @@
files: files:
- source: pcsx2-qt/Translations/pcsx2-qt_en.ts - 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'