浏览代码

Update ignore paths for translation PRs

arkon 1 年之前
父节点
当前提交
02cd2d2ca3
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/build_pull_request.yml

+ 2 - 1
.github/workflows/build_pull_request.yml

@@ -3,7 +3,8 @@ on:
   pull_request:
     paths-ignore:
       - '**.md'
-      - 'i18n/src/main/res/**/strings.xml'
+      - 'i18n/src/commonMain/resources/**/strings.xml'
+      - 'i18n/src/commonMain/resources/**/plurals.xml'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number }}