Explorar o código

[skip ci] Avoid building PRs that only affect Markdown docs or string translations

arkon %!s(int64=3) %!d(string=hai) anos
pai
achega
71b23e57ff
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .github/workflows/build_pull_request.yml

+ 3 - 0
.github/workflows/build_pull_request.yml

@@ -1,6 +1,9 @@
 name: PR build check
 on:
   pull_request:
+    paths-ignore:
+      - '**.md'
+      - 'app/src/main/res/**/strings.xml'
 
 jobs:
   build: