ci: Ignore i18n changes except for base strings

This commit is contained in:
Ahmad Ansori Palembani 2024-12-29 10:40:09 +07:00
parent a7874f2f29
commit f7e5abba59
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -4,7 +4,15 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true 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: jobs:
build: build: