Skip to content

Commit

Permalink
[chore] : 배포 스크립트 임시로 추가된 부분 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun2371 committed Dec 17, 2024
1 parent 618968f commit 746eb9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Dev Server Deploy
on:
push:
branches: ["dev"]
pull_request:
branches: [ "main", "dev" ]

permissions:
contents: read
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Prod Server Deploy
on:
push:
branches: ["prod"]
pull_request:
branches: [ "main", "dev" ]

permissions:
contents: read
Expand Down

0 comments on commit 746eb9a

Please sign in to comment.