From 4047476b669b5ff62c7e94304447e7d3a312a110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=99=8D=EB=8B=A4=EC=97=B0?= <95288297+Dayeon-Hong@users.noreply.github.com> Date: Sun, 25 Feb 2024 16:01:22 +0900 Subject: [PATCH] =?UTF-8?q?dev=5Fbackend=20=EB=A1=9C=20main=20=EB=B8=8C?= =?UTF-8?q?=EB=9E=9C=EC=B9=98=20Update=20deploy.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4fdabb66..768f00c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,9 +2,9 @@ name: Build and Deploy to EC2 on: push: - branches: [ "master" ] + branches: [ "dev_backend" ] pull_request: - branches: [ "master" ] + branches: [ "dev_backend" ] defaults: run: