From 8311423997af410c1760fc6e08fa77b307d3bad9 Mon Sep 17 00:00:00 2001 From: Lee Hannah <89291223+hannah0226@users.noreply.github.com> Date: Sat, 16 Mar 2024 20:45:42 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20deploy.yml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 06049ee..8729233 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,8 +5,9 @@ name: Deploy to Amazon EC2 on: # Triggers the workflow on push or pull request events but only for the "main" branch push: - branches: - - main + branches: [ "main" ] + pull_request: + branches: [ "main" ] env: AWS_REGION: ap-northeast-2