From f851d61bee58821aff89082e27a3470f8a61164f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=98=81=EB=B9=88?= <81168401+eckrin@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:33:11 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20pr=20closed=EC=8B=9C=EC=97=90=EB=8A=94?= =?UTF-8?q?=20deploy=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9ef0580..1a04e2d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,9 +5,9 @@ name: Deploy to Amazon EC2 # Controls when the workflow will run on: # Triggers the 'Deploy' workflow when the pull request closed but only for the "master" branch - pull_request: - types : [ closed ] - branches: [ master ] + # pull_request: + # types : [ closed ] + # branches: [ master ] push: branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab