From 1571883379f9697ff32ff0ff0fb5a15393016567 Mon Sep 17 00:00:00 2001 From: m020202 Date: Fri, 16 Aug 2024 18:55:28 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20on=EC=A0=88=EC=97=90=20main=20?= =?UTF-8?q?=EB=B8=8C=EB=9E=9C=EC=B9=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dfa4a51..ddf2188 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,13 @@ name: Deploy To EC2 on: + push: + branches: + - main pull_request: branches: - dev + - main jobs: deploy: