Skip to content

Commit

Permalink
feat : Member 도메인 삭제 및 deploy.yml 수정
Browse files Browse the repository at this point in the history
Pr 이 closed 되어야만 서버에 배포되도록 수정
  • Loading branch information
jsilver01 committed Jul 30, 2024
1 parent a27c508 commit dca1708
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: CI/CD Pipeline

on:
push:
branches:
- develop
- 3-be-cicd-구축
branches: ["develop", "3-be-cicd-구축"]
pull_request:
branches:
- develop
branches: ["develop"]
types: [closed]

jobs:
build:
Expand Down
23 changes: 0 additions & 23 deletions src/main/java/com/example/likelion12/domain/Member.java

This file was deleted.

0 comments on commit dca1708

Please sign in to comment.