Skip to content

Commit 6431d6e

Browse files
authored
Merge pull request #321 from CELEBIT/develop
Develop
2 parents e5b31ea + e47db1a commit 6431d6e

5 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/admin-ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- 'sluv-domain/**'
99
- 'sluv-common/**'
1010
- 'sluv-infra/**'
11+
- 'env/**'
12+
- '.env'
1113

1214
concurrency:
1315
group: ${{ github.ref_name }}

.github/workflows/api-ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- 'sluv-domain/**'
99
- 'sluv-common/**'
1010
- 'sluv-infra/**'
11+
- 'env/**'
12+
- '.env'
1113

1214
concurrency:
1315
group: ${{ github.ref_name }}

.github/workflows/batch-ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- 'sluv-domain/**'
99
- 'sluv-common/**'
1010
- 'sluv-infra/**'
11+
- 'env/**'
12+
- '.env'
1113

1214
concurrency:
1315
group: ${{ github.ref_name }}

env

Submodule env updated from 3a8423d to a286313

sluv-domain/src/main/java/com/sluv/domain/comment/repository/CommentLikeRepository.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
public interface CommentLikeRepository extends JpaRepository<CommentLike, Long> {
77
Boolean existsByUserIdAndCommentId(Long id, Long commentId);
8-
98
void deleteByUserIdAndCommentId(Long id, Long commentId);
10-
119
Integer countByCommentId(Long id);
1210
}

0 commit comments

Comments
 (0)