add push condition for action
This commit is contained in:
parent
eaec3a8836
commit
6ef7d0499f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -3,6 +3,8 @@ name: Publish APK
|
|||
on:
|
||||
pull_request:
|
||||
branches: [test-deploy]
|
||||
push:
|
||||
branches: [test-deploy]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue