Skip to content

Commit 67a6d5e

Browse files
committed
[test] CI/CD 적용 테스트
1 parent bc63c6c commit 67a6d5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: DOCKER CI IN PRODUCTION SERVER # 워크플로우의 이름 설정
22

33
on:
44
push:
5-
branches: ["main"] # main 브랜치에 푸시될 때 워크플로우 실행
5+
branches: ["main", "feature/cicd"] # main 브랜치에 푸시될 때 워크플로우 실행
66

77
permissions:
88
contents: read # 워크플로우의 권한 설정 (read-only)

0 commit comments

Comments
 (0)