From f51b890f1671333b5ff8ba39140ad92c35def4c6 Mon Sep 17 00:00:00 2001 From: hong-sile Date: Wed, 19 Jul 2023 22:10:59 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=B0=B1=EC=97=94=EB=93=9C=20=EB=B9=8C?= =?UTF-8?q?=EB=93=9C=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20yml=20=EC=9B=8C?= =?UTF-8?q?=ED=81=AC=ED=94=8C=EB=A1=9C=EC=9A=B0=20=EB=B2=84=ED=8A=BC=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/backend-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backend-test.yml b/.github/workflows/backend-test.yml index 20674a023..b7626fce4 100644 --- a/.github/workflows/backend-test.yml +++ b/.github/workflows/backend-test.yml @@ -1,8 +1,9 @@ name: Kerdy Backend Build Test on: + workflow_dispatch: pull_request: - types: [ opened, synchronize, reopened ] + types: [ opened, synchronize, reopened, ] branches: - backend-main