mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 22:04:08 +02:00
Build APK on Workflow Change
This patch removes a few restriction about when the Android build workflows run. In particular, we want to run workflows… - If the workflows themselves change because that could mean that the output changes. - If the deployment page template changes because that would mean that the published page needs to be updated. We could still exclude a few specific files if we wanted to, but they should rarely change and it's probably not worth the effort of keeping those lists updated.
This commit is contained in:
@@ -4,12 +4,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'ios/**'
|
- 'ios/**'
|
||||||
- '.github/**'
|
|
||||||
- 'readme.md'
|
- 'readme.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'ios/**'
|
- 'ios/**'
|
||||||
- '.github/**'
|
|
||||||
- 'readme.md'
|
- 'readme.md'
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ on:
|
|||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'ios/**'
|
- 'ios/**'
|
||||||
- '.github/**'
|
|
||||||
- 'readme.md'
|
- 'readme.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user