mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-30 23:27:17 +02:00
Add ignore paths to build-apk workflow
This commit is contained in:
@@ -2,8 +2,15 @@ name: Build APK
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'ios/**'
|
||||||
|
- '.github/**'
|
||||||
|
- 'readme.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'ios/**'
|
||||||
|
- '.github/**'
|
||||||
|
- 'readme.md'
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user