Skip to content

Commit

Permalink
[chore #191] 인증/인가 임시 로그 추가를 위한 CD 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dudxo committed Jan 14, 2025
1 parent 7403763 commit 3e56e54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Dev Server Deploy

on:
push:
branches: ["dev"]
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]

permissions:
contents: read
Expand Down

0 comments on commit 3e56e54

Please sign in to comment.