From 3d57929bbb14ad67159f7ca04731920116f6e4ee Mon Sep 17 00:00:00 2001 From: Suyoung Jung Date: Wed, 26 Jul 2023 17:27:07 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20Pull=20request=EA=B0=80=20closed=20?= =?UTF-8?q?=EB=90=98=EB=A9=B4=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8?= =?UTF-8?q?=EA=B0=80=20=EC=8B=A4=ED=96=89=EB=90=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/frontend-cd.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/frontend-cd.yml b/.github/workflows/frontend-cd.yml index 1566e759d..f22bc247d 100644 --- a/.github/workflows/frontend-cd.yml +++ b/.github/workflows/frontend-cd.yml @@ -1,13 +1,12 @@ name: frontend-cd on: - push - #pull_request: - #types: - # - closed - #branches: ['develop'] - # paths: - # - 'frontend/**' + pull_request: + types: + - closed + branches: ['develop'] + paths: + - 'frontend/**' defaults: run: @@ -18,7 +17,7 @@ permissions: jobs: build-and-upload: - # if: github.event.pull_request.merged == true + if: github.event.pull_request.merged == true runs-on: ubuntu-22.04 steps: