diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cac9c3e..6847c9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: # 어떤 이벤트와 브랜치에서 트리거 될건지 # push: # branches: [ "main" ] pull_request: - branches: [ "main", "dev" ] + branches: [ "deploy", "main", "dev" ] jobs: build: