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: