Skip to content

Commit

Permalink
refactor: CD 트리거 롤백
Browse files Browse the repository at this point in the history
해당 브랜치 개발이 완료되어 CD 트리거를 롤백한다.
  • Loading branch information
kanguk01 committed Oct 31, 2024
1 parent 0a18be4 commit cfdcf6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- develop
- bug/85-bug-cors
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cfdcf6a

Please sign in to comment.