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:
Lars Kiesow 2023-02-14 13:16:02 +01:00
parent b9652c7cd8
commit 1e7c298aa2
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73
2 changed files with 0 additions and 3 deletions

View file

@ -4,12 +4,10 @@ on:
push:
paths-ignore:
- 'ios/**'
- '.github/**'
- 'readme.md'
pull_request:
paths-ignore:
- 'ios/**'
- '.github/**'
- 'readme.md'
jobs:
main:

View file

@ -6,7 +6,6 @@ on:
- master
paths-ignore:
- 'ios/**'
- '.github/**'
- 'readme.md'
jobs: