Skip to content

Commit

Permalink
Update client-deploy-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 authored Nov 21, 2023
1 parent 37de76c commit 0b3c6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0b3c6c8

Please sign in to comment.