From 65b446ac5ca123d72544a2dbcfeb61b74cf5de01 Mon Sep 17 00:00:00 2001 From: SeongWonYoon Date: Sun, 8 Dec 2024 15:39:59 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EC=9A=A9=20=EB=B8=8C=EB=9E=9C=EC=B9=98=EC=97=90=EC=84=9C=20dev?= =?UTF-8?q?elop=20=EB=B8=8C=EB=9E=9C=EC=B9=98=20=EB=82=B4=EC=9A=A9?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 8d79d25..35fd967 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -2,10 +2,10 @@ name: Deploy on: push: - branches: [ "Deploy/#52" ] + branches: [ "develop" ] pull_request: - branches: [ "Deploy/#52" ] - + branches: [ "develop" ] + permissions: contents: read