mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 12:29:18 +01:00
[skip ci] Avoid building PRs that only affect Markdown docs or string translations
This commit is contained in:
parent
2c76bc99fc
commit
71b23e57ff
3
.github/workflows/build_pull_request.yml
vendored
3
.github/workflows/build_pull_request.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: PR build check
|
name: PR build check
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- 'app/src/main/res/**/strings.xml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user