소스 검색

[skip ci] avoid PR builds for translations

arkon 2 년 전
부모
커밋
b8cdf7fbff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/build_pull_request.yml

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

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