diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 54edf77..78489f8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,8 +1,9 @@ name: CI on: + # main 은 Deploy(clean build=테스트 포함)가 게이트 역할을 하므로 CI 중복 실행 제외(배포 시간 단축). push: - branches: [main, dev] + branches: [dev] pull_request: branches: [main, dev]