mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Update build-release-apk.yml (#6086)
This commit is contained in:
parent
f6a7598403
commit
01fe2dbc37
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build-release-apk.yml
vendored
8
.github/workflows/build-release-apk.yml
vendored
|
@ -1,5 +1,11 @@
|
|||
name: BuildReleaseApk
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
buildReleaseApk:
|
||||
|
|
Loading…
Add table
Reference in a new issue