Skip to content

Commit abb6d47

Browse files
fix(github): action trigger (#13)
1 parent 71ea387 commit abb6d47

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

.github/workflows/build_apk.yaml

+4-18
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Build APK
22

33
on:
4-
pull_request:
5-
# push:
6-
# branches:
7-
# - master
8-
# - feat/add-release-apk-building
4+
push:
5+
branches:
6+
- master
7+
- feat/add-release-apk-building
98

109
jobs:
1110
build_release_apk:
@@ -68,16 +67,3 @@ jobs:
6867
gh release create "v$TAG" ./release/app-prod-release.apk \
6968
--title=$TAG \
7069
--generate-notes
71-
72-
# - name: Add release APK to git
73-
# run: |
74-
# git add release/app-prod-release.apk
75-
#
76-
# - name: Commit and push changes
77-
# uses: planetscale/ghcommit-action@v0.1.44
78-
# with:
79-
# commit_message: "chore: add release APK"
80-
# branch: ${{ github.ref }}
81-
# file_pattern: "release/*"
82-
# repo: ${{ github.repository }}
83-

0 commit comments

Comments
 (0)