Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 4 additions & 18 deletions .github/workflows/build_apk.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Build APK

on:
pull_request:
# push:
# branches:
# - master
# - feat/add-release-apk-building
push:
branches:
- master
- feat/add-release-apk-building

jobs:
build_release_apk:
Expand Down Expand Up @@ -68,16 +67,3 @@ jobs:
gh release create "v$TAG" ./release/app-prod-release.apk \
--title=$TAG \
--generate-notes

# - name: Add release APK to git
# run: |
# git add release/app-prod-release.apk
#
# - name: Commit and push changes
# uses: planetscale/ghcommit-action@v0.1.44
# with:
# commit_message: "chore: add release APK"
# branch: ${{ github.ref }}
# file_pattern: "release/*"
# repo: ${{ github.repository }}