summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-05-02 15:06:32 +0200
committerAlbin <albin@mullvad.net>2025-05-05 08:39:39 +0200
commit1998c370b52a635903649db3f0aa47da18722f6b (patch)
tree705b427baf16dec4f17103469718e682c7bd84e3 /.github/workflows
parentd75791d60f333f002920af80bd0164089f377931 (diff)
downloadmullvadvpn-1998c370b52a635903649db3f0aa47da18722f6b.tar.xz
mullvadvpn-1998c370b52a635903649db3f0aa47da18722f6b.zip
Trigger reproducible builds on release branch
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android-reproducible-builds.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/android-reproducible-builds.yml b/.github/workflows/android-reproducible-builds.yml
index 1e8ae5b28a..f49612a15c 100644
--- a/.github/workflows/android-reproducible-builds.yml
+++ b/.github/workflows/android-reproducible-builds.yml
@@ -13,6 +13,14 @@ on:
commit_hash:
type: string
required: false
+ pull_request:
+ branches:
+ - 'prepare-android/**'
+ push:
+ branches:
+ - 'prepare-android/**'
+ tags:
+ - 'android/**'
permissions: {}