From 39d67059a80996f4e1bdbe71c2ec61f56d777b35 Mon Sep 17 00:00:00 2001 From: jiinkyung Date: Fri, 9 Feb 2024 00:12:00 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7Chore:=20workflow=20=EB=B8=8C?= =?UTF-8?q?=EB=9E=9C=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/develop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 80cf086..47e797d 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -2,9 +2,9 @@ name: TimeTris CI/CD on: push: - branches: [ main ] + branches: [ develop ] pull_request: - branches: [ main ] + branches: [ develop ] env: AWS_REGION: ap-northeast-2