From 994ef9324cf48359fcb98aa515f0ea0540ee5be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=88=EC=98=81=EA=B8=B8?= Date: Sat, 28 Sep 2024 10:22:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20github=20action=20cd=20main=20=EB=B8=8C?= =?UTF-8?q?=EB=9E=9C=EC=B9=98=20=EA=B8=B0=EC=A4=80=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 372e358..1be7210 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,7 +3,7 @@ name: Withaeng CD with Gradle, Github Actions on: push: branches: - - develop # todo: main branch로 변경 + - main jobs: build: