Skip to content

Commit 32a52df

Browse files
committed
👷 [cicd] : CI/CD 스크립트 분리
1 parent d0ef7ee commit 32a52df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: CD for front using github actions
55
# develop 브랜치에 pull_request가 닫히거나 푸시했을때 실행
66
on:
77
push:
8-
branches: [ "CLAP-234" ]
8+
branches: [ "develop" ]
99

1010
permissions:
1111
contents: read

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: CI for front using github actions
66
on:
77
pull_request:
88
types: [ opened, synchronize ]
9-
branches: [ "CLAP-234" ]
9+
branches: [ "develop" ]
1010

1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)