diff options
| author | Albin <albin@mullvad.net> | 2025-05-05 08:43:55 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-05-05 08:43:55 +0200 |
| commit | 7b428955d67dca0d9d964906ccf25a1d4604d0b3 (patch) | |
| tree | 705b427baf16dec4f17103469718e682c7bd84e3 | |
| parent | d75791d60f333f002920af80bd0164089f377931 (diff) | |
| parent | 1998c370b52a635903649db3f0aa47da18722f6b (diff) | |
| download | mullvadvpn-7b428955d67dca0d9d964906ccf25a1d4604d0b3.tar.xz mullvadvpn-7b428955d67dca0d9d964906ccf25a1d4604d0b3.zip | |
Merge branch 'trigger-reproducible-builds-on-release-branch-droid-1939'
| -rw-r--r-- | .github/workflows/android-reproducible-builds.yml | 8 |
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: {} |
