From 0b3c6c82c845c1dc283564cf1764a8c4ceaa6631 Mon Sep 17 00:00:00 2001 From: Minseong Park <52368015+pminsung12@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:44:11 -0800 Subject: [PATCH] Update client-deploy-app.yml --- .github/workflows/client-deploy-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/client-deploy-app.yml b/.github/workflows/client-deploy-app.yml index a82805a2..3f80a3e6 100644 --- a/.github/workflows/client-deploy-app.yml +++ b/.github/workflows/client-deploy-app.yml @@ -3,11 +3,11 @@ name: Transfer App Directory via using scp command on Push or Merge to Server on: push: branches: - - '.client/release/*' + - 'client/release/*' pull_request: types: [closed] branches: - - '.client/release/*' + - 'client/release/*' jobs: transfer-app: