diff options
| author | Albin <albin@mullvad.net> | 2022-11-03 10:13:11 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-11-03 10:13:52 +0100 |
| commit | e7dd6ba8225f8636e1528697738d379386b6dea0 (patch) | |
| tree | 5d0e8b1917f5a352cf420d3687ecbeacf2ed7dc4 | |
| parent | b7d2c88d78696151e8b715281637d8f442aad79f (diff) | |
| download | mullvadvpn-e7dd6ba8225f8636e1528697738d379386b6dea0.tar.xz mullvadvpn-e7dd6ba8225f8636e1528697738d379386b6dea0.zip | |
Trigger android gh build on master updates
| -rw-r--r-- | .github/workflows/android-app.yml | 4 |
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 |
