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

This commit is contained in:
arkon 2021-10-13 09:29:07 -04:00
parent 2c76bc99fc
commit 71b23e57ff

View File

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