From f85105119e908f87488b0b29661b69654fe1af9a Mon Sep 17 00:00:00 2001 From: Woody_K Date: Mon, 15 Apr 2024 16:49:36 +0900 Subject: [PATCH] =?UTF-8?q?modify:=20#10=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EB=A5=BC=20=EC=9C=84=ED=95=B4=20=EC=A1=B0=EA=B1=B4=EC=97=90=20?= =?UTF-8?q?`feature/ci-cd`=20=EB=B8=8C=EB=9E=9C=EC=B9=98=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9e365ab..400c903 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,7 +1,7 @@ name: CI-CD on: push: - branches: [ "master" , "develop"] + branches: [ "master" , "develop", "feature/ci-cd" ] jobs: build: