From bb104ab2e14f68adde96fa522f614d2be16b1ace Mon Sep 17 00:00:00 2001 From: TaeinKim <66376774+Taein2@users.noreply.github.com> Date: Mon, 9 Oct 2023 03:06:02 +0900 Subject: [PATCH] Modify : branch to test --- .github/workflows/core-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core-service.yml b/.github/workflows/core-service.yml index 4a46557d..1fb89e2b 100644 --- a/.github/workflows/core-service.yml +++ b/.github/workflows/core-service.yml @@ -9,7 +9,7 @@ name: Java CI with Gradle on: push: - branches: [ "main" ] + branches: [ "Taein2-patch-1" ] env: ecr_url: ${{ secrets.ECR_REPO_DEV }}