summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/android-reproducible-builds.yml11
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/**'