We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ef7ee commit 32a52dfCopy full SHA for 32a52df
.github/workflows/CD.yml
@@ -5,7 +5,7 @@ name: CD for front using github actions
5
# develop 브랜치에 pull_request가 닫히거나 푸시했을때 실행
6
on:
7
push:
8
- branches: [ "CLAP-234" ]
+ branches: [ "develop" ]
9
10
permissions:
11
contents: read
.github/workflows/CI.yml
@@ -6,7 +6,7 @@ name: CI for front using github actions
pull_request:
types: [ opened, synchronize ]
12
0 commit comments