Skip to content

Commit a7b6216

Browse files
committed
CI/CD 트기러 브랜치 이름 수정
1 parent 93e9ab7 commit a7b6216

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: CI Pipeline
44
# 워크플로우 실행 조건
55
on:
66
pull_request:
7-
branches: ["main", "dev"]
7+
branches: ["main", "develop"]
88

99
push:
10-
branches: ["main", "dev", "feature/*"]
10+
branches: ["main", "develop", "feature/*"]
1111

1212
# 실행될 작업(Job)들
1313
jobs:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- dev
7+
- develop
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)