Skip to content

Commit

Permalink
Merge pull request #68 from Team-Notitime/dev
Browse files Browse the repository at this point in the history
CD 테스트
  • Loading branch information
easyhz authored Aug 15, 2024
2 parents 682475b + 138678d commit 8ee93b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Android CI
name: Android dev CI

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

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {

defaultConfig {
applicationId = "com.easyhz.noffice"
versionCode = 2
versionCode = 3
versionName = "1.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 8ee93b1

Please sign in to comment.