mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Run PR check when base strings are changed
This commit is contained in:
parent
3ed8a91c7b
commit
4051f180a2
1 changed files with 6 additions and 4 deletions
10
.github/workflows/build_pull_request.yml
vendored
10
.github/workflows/build_pull_request.yml
vendored
|
@ -1,10 +1,12 @@
|
||||||
name: PR build check
|
name: PR build check
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths:
|
||||||
- '**.md'
|
- '!**.md'
|
||||||
- 'i18n/src/commonMain/moko-resources/**/strings.xml'
|
- '!i18n/src/commonMain/moko-resources/**/strings.xml'
|
||||||
- 'i18n/src/commonMain/moko-resources/**/plurals.xml'
|
- '!i18n/src/commonMain/moko-resources/**/plurals.xml'
|
||||||
|
- 'i18n/src/commonMain/moko-resources/base/strings.xml'
|
||||||
|
- 'i18n/src/commonMain/moko-resources/base/plurals.xml'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||||
|
|
Loading…
Reference in a new issue