Update .github/workflows/deploy-apk.yml

This commit is contained in:
advplyr 2023-02-13 17:31:13 -06:00 committed by GitHub
parent 5704ca2ae8
commit 04f00d2994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,10 @@ on:
push:
branches:
- master
paths-ignore:
- 'ios/**'
- '.github/**'
- 'readme.md'
jobs:
build: