From f14421ada302cf8d08d0e8a322261e924f7f9bf5 Mon Sep 17 00:00:00 2001 From: DongwookKim0823 Date: Sat, 15 Feb 2025 14:34:02 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Github=20Actions=20=EC=88=98=EB=8F=99?= =?UTF-8?q?=20=EB=B0=B0=ED=8F=AC=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 16958d9..e748683 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,6 +1,8 @@ name: Continuous Deployment on: + workflow_dispatch: + push: branches: - master