Explorar o código

[skip ci] avoid PR builds for translations

arkon %!s(int64=2) %!d(string=hai) anos
pai
achega
b8cdf7fbff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }}