From 9ddd102c98d147622e4a7111874f71463fe903ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=ED=98=B8=EB=B9=88?= Date: Fri, 31 May 2024 13:59:45 +0900 Subject: [PATCH] Update server-cd.yml --- .github/workflows/server-cd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/server-cd.yml b/.github/workflows/server-cd.yml index 37db5ae85..3c3f501d7 100644 --- a/.github/workflows/server-cd.yml +++ b/.github/workflows/server-cd.yml @@ -1,8 +1,6 @@ name: Deploy Spring Application to Ec2 on: - push: - branches: [ "main" ] pull_request: branches: [ "main" ]