summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-11-03 10:13:11 +0100
committerAlbin <albin@mullvad.net>2022-11-03 10:13:52 +0100
commite7dd6ba8225f8636e1528697738d379386b6dea0 (patch)
tree5d0e8b1917f5a352cf420d3687ecbeacf2ed7dc4
parentb7d2c88d78696151e8b715281637d8f442aad79f (diff)
downloadmullvadvpn-e7dd6ba8225f8636e1528697738d379386b6dea0.tar.xz
mullvadvpn-e7dd6ba8225f8636e1528697738d379386b6dea0.zip
Trigger android gh build on master updates
-rw-r--r--.github/workflows/android-app.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 6ac548fb48..ad942c1b68 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -27,6 +27,10 @@ on:
description: 'Override container image'
type: string
required: false
+ # Build if master is updated to ensure up-to-date caches are available
+ push:
+ branches:
+ - master
jobs:
prepare:
runs-on: ubuntu-latest