From 41b75cb19575fb0f3616210c68066cd9d0f15d99 Mon Sep 17 00:00:00 2001 From: bluetree7878 Date: Thu, 26 Dec 2024 10:13:14 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8F=20Deploy(#79):=20Action=20Test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a9d1389..ca8a3c7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -2,7 +2,7 @@ name: CI/CD Docker on: push: - branches: [main, develop] + branches: [feature/#79/Section_Part] env: DOCKER_IMAGE: ghcr.io/${{ github.actor }}/react-auto-deploy