mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-29 07:58:43 +02:00
Add ignore paths to build-apk workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user