mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 20:39:59 -05:00
Fix PR build check
This commit is contained in:
parent
de36357da8
commit
9503082d44
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_pull_request.yml
vendored
1
.github/workflows/build_pull_request.yml
vendored
|
@ -2,6 +2,7 @@ name: PR build check
|
|||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**'
|
||||
- '!**.md'
|
||||
- '!i18n/src/commonMain/moko-resources/**/strings.xml'
|
||||
- '!i18n/src/commonMain/moko-resources/**/plurals.xml'
|
||||
|
|
Loading…
Reference in a new issue