Skip to content

Commit

Permalink
[Test]: 테스트용 설정 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
momnpa333 committed Aug 24, 2024
1 parent 929ce1d commit 0b52965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build & Deploy

on:
push:
branches: [ "main", "issue/#57" ] # main 브랜치에 push가 발생하면 workflow가 실행됩니다.
branches: [ "main" ] # main 브랜치에 push가 발생하면 workflow가 실행됩니다.
pull_request:
branches: [ "main", "issue/*", "develop" ]
permissions:
Expand Down

0 comments on commit 0b52965

Please sign in to comment.