Skip to content

Commit

Permalink
build is branch
Browse files Browse the repository at this point in the history
Will fail
  • Loading branch information
fakeyatogod committed Oct 25, 2023
1 parent 0c08e69 commit 678330f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Android CI

on:
push:
branches: [ "main" ]
branches: [ "main" , "common" ]

jobs:
build:
Expand All @@ -20,10 +20,10 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build Release APK
run: ./gradlew assembleRelease

- uses: r0adkll/sign-android-release@v1
name: Sign app APK
# ID used to access action output
Expand Down

0 comments on commit 678330f

Please # to comment.