From 348983b7bc05e516cddf429bae719a64796c06e5 Mon Sep 17 00:00:00 2001 From: kanguk Date: Fri, 25 Oct 2024 04:36:45 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20cd=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit develop에 merge가 되면 자동배포를 실시하도록 트리거를 수정한다. --- .github/workflows/cd.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3996241e..11f0d9d0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,11 +1,9 @@ -name: CD Pipeline +name: CD (자동배포) on: - pull_request: + push: branches: - develop - - 'weekly/**' - jobs: deploy: runs-on: ubuntu-latest