Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-ji-hoon committed Sep 27, 2024
1 parent c06eba6 commit f98043b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_google_play_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
branches:
- develop
- feature/google-play-store # 테스트 끝나면 main 브랜치로 변경 필요 4
- test-cd-2
- test-cd-2 # test
jobs:
versioning:
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
environment: Release
steps:
- name: Check Updated App Version
run: cat app-version.json
run: cat ./app-version.json

- name: Setup Development Environment
uses: ./.github/actions/setup-development-environment
Expand Down

0 comments on commit f98043b

Please sign in to comment.