Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Kernel360/F2-TECHPICK in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
sangwonsheep committed Jan 11, 2025
2 parents 58a5b38 + 8a21beb commit d53bfac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/baguni.test.api.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Baguni Test Api-Module CI/CD
on:
push:
branches:
- 'be-develop' # 배포 대상 브랜치
- 'develop' # 배포 대상 브랜치
paths:
- 'backend/baguni-common/**'
- 'backend/baguni-domain/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/baguni.test.batch.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Baguni Test Batch-Module CI/CD
on:
push:
branches:
- 'be-develop' # 배포 대상 브랜치
- 'develop' # 배포 대상 브랜치
paths:
- 'backend/baguni-common/**'
- 'backend/baguni-domain/**'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/baguni.test.client.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ name: Baguni Test Client CI/CD
on:
push:
branches:
- 'fe-develop'
- 'develop'
paths:
- 'frontend/**'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/baguni.test.ranking.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Baguni Test Ranking-Module CI/CD
on:
push:
branches:
- 'be-develop' # 배포 대상 브랜치
- 'develop' # 배포 대상 브랜치
paths:
- 'backend/baguni-common/**'
- 'backend/baguni-ranking/**'
Expand Down

0 comments on commit d53bfac

Please sign in to comment.