diff options
| author | Albin <albin@mullvad.net> | 2025-07-18 13:27:48 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-07-18 13:27:48 +0200 |
| commit | aa91b11b4030737dd9dcdac324bf2a3c971de9a7 (patch) | |
| tree | 185097412a37171b8fe1a62f49e7914572f3494a | |
| parent | 9f33989a8233cbdcffde55905b5cabf2cb00620c (diff) | |
| parent | 97d4a98d32d60a79cb139bd7b293611a145ccb9e (diff) | |
| download | mullvadvpn-aa91b11b4030737dd9dcdac324bf2a3c971de9a7.tar.xz mullvadvpn-aa91b11b4030737dd9dcdac324bf2a3c971de9a7.zip | |
Merge branch 'run-reproducible-builds-workflow-on-file-changes-droid-1997'
| -rw-r--r-- | .github/workflows/android-reproducible-builds.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.github/workflows/android-reproducible-builds.yml b/.github/workflows/android-reproducible-builds.yml index db468fdec5..13859f257e 100644 --- a/.github/workflows/android-reproducible-builds.yml +++ b/.github/workflows/android-reproducible-builds.yml @@ -14,11 +14,14 @@ on: type: string required: false pull_request: - branches: - - 'prepare-android/**' + paths: + - '.github/workflows/android-reproducible-builds.yml' + - 'building/android-container-image.txt' + - 'dist-assets/android-version*' + - 'android/src/main/play/release-notes/en-US/default.txt' + - 'android/gradle/**' + - 'android/flake*' push: - branches: - - 'prepare-android/**' tags: - 'android/**' |
