mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 10:35:42 +02:00
Add ignore paths to build-apk workflow
This commit is contained in:
parent
6cd04e7098
commit
3da6728f4c
1 changed files with 8 additions and 1 deletions
9
.github/workflows/build-apk.yml
vendored
9
.github/workflows/build-apk.yml
vendored
|
@ -2,8 +2,15 @@ name: Build APK
|
|||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'ios/**'
|
||||
- '.github/**'
|
||||
- 'readme.md'
|
||||
pull_request:
|
||||
|
||||
paths-ignore:
|
||||
- 'ios/**'
|
||||
- '.github/**'
|
||||
- 'readme.md'
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue