From faa98e93f2d7dcb120e2f7c4eee823a73e5b2fe4 Mon Sep 17 00:00:00 2001 From: SeongWonYoon Date: Sun, 8 Dec 2024 15:26:23 +0900 Subject: [PATCH] =?UTF-8?q?test:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=EC=9A=A9=20?= =?UTF-8?q?github=20action?= 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 061e9c5..8d79d25 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -2,9 +2,9 @@ name: Deploy on: push: - branches: [ "develop" ] + branches: [ "Deploy/#52" ] pull_request: - branches: [ "develop" ] + branches: [ "Deploy/#52" ] permissions: contents: read