Ver código fonte

[skip ci] avoid PR builds for translations

arkon 2 anos atrás
pai
commit
b8cdf7fbff
1 arquivos alterados com 1 adições e 1 exclusões
  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 }}