From 1e7c298aa29c8face33a777b95d0faf76b62f2e9 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Tue, 14 Feb 2023 13:16:02 +0100 Subject: [PATCH] Build APK on Workflow Change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .github/workflows/build-apk.yml | 2 -- .github/workflows/deploy-apk.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 34e7b4ea..17517c89 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -4,12 +4,10 @@ on: push: paths-ignore: - 'ios/**' - - '.github/**' - 'readme.md' pull_request: paths-ignore: - 'ios/**' - - '.github/**' - 'readme.md' jobs: main: diff --git a/.github/workflows/deploy-apk.yml b/.github/workflows/deploy-apk.yml index 0d3e7c61..35c1e2c9 100644 --- a/.github/workflows/deploy-apk.yml +++ b/.github/workflows/deploy-apk.yml @@ -6,7 +6,6 @@ on: - master paths-ignore: - 'ios/**' - - '.github/**' - 'readme.md' jobs: