Skip to content

Commit 873a060

Browse files
committed
🚀 [cicd] : 변경된 워크플로우 디벨롭 브랜치에 적용
1 parent 7d441b0 commit 873a060

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)