From e888443731e7fa0756074c9d84e5e666a79c0786 Mon Sep 17 00:00:00 2001 From: Chaerin Hwang <87927105+crHwang0822@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:14:24 +0900 Subject: [PATCH] =?UTF-8?q?build:=20=EC=A1=B0=EA=B1=B4=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index d7efa60..28381aa 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -10,9 +10,9 @@ name: Java CI&CD with Gradle on: push: - branches: ["develop"] + branches: ["main"] pull_request: - branches: ["develop"] + branches: ["main"] permissions: