Skip to content

Commit

Permalink
Chore : github workflow job 이름 변경
Browse files Browse the repository at this point in the history
배포의 작업을 하지만 build라는 이름으로 작업을 진행하고 있어 맞지 않다고 생각되어 변경
  • Loading branch information
bstaran committed Nov 13, 2023
1 parent 9c2bccf commit 12f2ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]

jobs:
build:
deploy:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 12f2ed6

Please sign in to comment.