mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
ci: Ignore i18n changes except for base strings
This commit is contained in:
parent
a7874f2f29
commit
f7e5abba59
1 changed files with 9 additions and 1 deletions
10
.github/workflows/build_check.yml
vendored
10
.github/workflows/build_check.yml
vendored
|
@ -4,7 +4,15 @@ concurrency:
|
|||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**'
|
||||
- '!**.md'
|
||||
- '!i18n/src/commonMain/moko-resources/**/strings.xml'
|
||||
- '!i18n/src/commonMain/moko-resources/**/plurals.xml'
|
||||
- 'i18n/src/commonMain/moko-resources/base/strings.xml'
|
||||
- 'i18n/src/commonMain/moko-resources/base/plurals.xml'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue