From db93c5a63cfcae3cf972bbf77df07210bb0dc06a Mon Sep 17 00:00:00 2001 From: Mooooooo Date: Tue, 5 Mar 2024 23:00:32 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20front=20cd=20workflows=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20(#51)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/conceptbe-fe-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conceptbe-fe-cd.yml b/.github/workflows/conceptbe-fe-cd.yml index b8abe268..e91be298 100644 --- a/.github/workflows/conceptbe-fe-cd.yml +++ b/.github/workflows/conceptbe-fe-cd.yml @@ -1,8 +1,8 @@ name: conceptbe-fe-cd on: - pull_request: - branches: [develop] + push: + branches: [develop] jobs: build: