Skip to content

Commit

Permalink
chore: 배포 자동화 브랜치 변경
Browse files Browse the repository at this point in the history
BE-develop에서 release로 변경
  • Loading branch information
Conut-1 committed Aug 28, 2024
1 parent cb5d880 commit 316170e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BE-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: BE-deploy
on:
push:
branches:
- "BE-develop"
- "release"
paths:
- "nestjs-BE/**"
jobs:
Expand Down

0 comments on commit 316170e

Please sign in to comment.