Skip to content

Commit

Permalink
💚 chore: Update docker-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeoni committed Aug 22, 2023
1 parent d215f5e commit 5cb4125
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-cd.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Continuous Deployment

on:
pull_request:
branches:
- develop
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/MessagePage/BlockModal/BlockModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const BlockModal = ({ isOpen, onClose }: Omit<ModalProps, 'children'>) =>
<GameInput
value={nickname}
onChange={handleNicknameChange}
sizes="sm"
sizes="lg"
color="secondary"
placeholder="플레이어 닉네임"
style={{ flexGrow: 1 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const FriendsModal = ({ isOpen, onClose }: Omit<ModalProps, 'children'>)
<GameInput
value={nickname}
onChange={handleNicknameChange}
sizes="sm"
sizes="lg"
color="secondary"
placeholder="플레이어 닉네임"
style={{ flexGrow: 1 }}
Expand Down

0 comments on commit 5cb4125

Please sign in to comment.