Skip to content

Commit

Permalink
[CHORE] 깃헙 액션 job 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Goder-0 committed Jul 31, 2024
1 parent 5b1824a commit 20f2bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
contents: read

jobs:
build:
deploy-dev:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
environment: develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
contents: read

jobs:
build:
deploy-prod:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
environment: production
Expand Down

0 comments on commit 20f2bf5

Please sign in to comment.