Skip to content

Commit 487dc94

Browse files
committed
cicd: main 브랜치가 프로덕션 서버에 반영되도록 변경
1 parent 4270dc5 commit 487dc94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
pull_request:
5-
branches: [ "dev" ]
5+
branches: [ "main", "dev" ]
66

77
jobs:
88
build:

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI/CD
22

33
on:
44
push:
5-
branches: [ "dev" ]
5+
branches: [ "main" ]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)