Skip to content

Commit 0ecd4bb

Browse files
authored
Update client-deploy-app.yml
1 parent d2bc525 commit 0ecd4bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/client-deploy-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Transfer App Directory via using scp command on Push or Merge to Server
33
on:
44
push:
55
branches:
6-
- '.client/release/*'
6+
- 'client/release/*'
77
pull_request:
88
types: [closed]
99
branches:
10-
- '.client/release/*'
10+
- 'client/release/*'
1111

1212
jobs:
1313
transfer-app:

0 commit comments

Comments
 (0)