Эх сурвалжийг харах

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

arkon 3 жил өмнө
parent
commit
71b23e57ff

+ 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: