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 issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/582
**Author:** [@lkiesow](https://github.com/lkiesow)
**Created:** 2/14/2023
**Status:** ✅ Merged
**Merged:** 2/14/2023
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `build-on-workflow-change`
---
### 📝 Commits (1)
- [`1e7c298`](https://github.com/advplyr/audiobookshelf-app/commit/1e7c298aa29c8face33a777b95d0faf76b62f2e9) Build APK on Workflow Change
### 📊 Changes
**2 files changed** (+0 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `.github/workflows/build-apk.yml` (+0 -2)
📝 `.github/workflows/deploy-apk.yml` (+0 -1)
</details>
### 📄 Description
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.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/582
Author: @lkiesow
Created: 2/14/2023
Status: ✅ Merged
Merged: 2/14/2023
Merged by: @advplyr
Base:
master← Head:build-on-workflow-change📝 Commits (1)
1e7c298Build APK on Workflow Change📊 Changes
2 files changed (+0 additions, -3 deletions)
View changed files
📝
.github/workflows/build-apk.yml(+0 -2)📝
.github/workflows/deploy-apk.yml(+0 -1)📄 Description
This patch removes a few restriction about when the Android build workflows run. In particular, we want to run workflows…
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 issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.