Skip to content

Commit d24b99a

Browse files
committed
Chore: 워크플로우 이름 변경 - CI/CD — Backend (Build → Push → Deploy)
1 parent 2de2b9f commit d24b99a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 추후 dev에 머지 되면 cd.yml로 배포 워크플로우 분리
2+
13
name: CD - Deploy Backend
24

35
on:

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI - Build & Push Backend
1+
name: CI/CD — Backend (Build Push → Deploy)
22

33
on:
44
push:

0 commit comments

Comments
 (0)