Skip to content

Commit

Permalink
fix : 불필요 CI 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoadl committed Jun 26, 2023
1 parent ed1fff3 commit e638c7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
apk:
name: Generate APK
runs-on: ubuntu-latest


release:
if: contains(github.ref, 'release')
runs-on: ubuntu-latest
Expand Down

0 comments on commit e638c7d

Please sign in to comment.