Kaynağa Gözat

[skip ci] avoid PR builds for translations

arkon 2 yıl önce
ebeveyn
işleme
b8cdf7fbff
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 }}