From 7e18909f6c4f81bda2f0661119fddc8c4c61c9ba Mon Sep 17 00:00:00 2001 From: hyew0nn Date: Tue, 10 Feb 2026 15:16:12 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20cloud=20CD=20=EB=B0=B0=ED=8F=AC=20?= =?UTF-8?q?=EB=B8=8C=EB=9E=9C=EC=B9=98=20dev=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd_template.yaml b/.github/workflows/cd_template.yaml index d2cc2ff..34e966c 100644 --- a/.github/workflows/cd_template.yaml +++ b/.github/workflows/cd_template.yaml @@ -3,7 +3,7 @@ on: workflow_dispatch: push: branches: - - main + - dev jobs: deploy: runs-on: ubuntu-latest