diff options
Diffstat (limited to '.github/workflows')
| -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: {} |
