From ad709b3aacf132eb32b553a9085672e0dc34504f Mon Sep 17 00:00:00 2001 From: toothlessdev Date: Sun, 8 Sep 2024 02:21:24 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20cd=20=EC=9B=8C=ED=81=AC=ED=94=8C?= =?UTF-8?q?=EB=A1=9C=EC=9A=B0=20=EB=8F=99=EC=9E=91=20=EC=A1=B0=EA=B1=B4=20?= =?UTF-8?q?=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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d3e10d0..1fa92c9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -5,6 +5,10 @@ on: workflows: ["Run Tests"] types: - completed + workflow_dispatch: + pull_request: + branches: ["release"] + types: ["closed"] env: NODE_VERSION: 20