add push condition for action

This commit is contained in:
zeppi 2022-11-25 15:13:58 -05:00
parent eaec3a8836
commit 6ef7d0499f

View file

@ -3,6 +3,8 @@ name: Publish APK
on:
pull_request:
branches: [test-deploy]
push:
branches: [test-deploy]
jobs:
build: