Skip to content

Commit 1c72177

Browse files
committed
chore(workflow): 调整Facebook部署工作流
1 parent 53eaaae commit 1c72177

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/DeployFacebook.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy via FTP
22

33
on:
44
push:
5-
tags:
6-
- 'v*' # 监听标签推送,只匹配以'v'开头的标签
5+
branches:
6+
- master
77
# paths:
88
# - "facebook/**"
99
workflow_dispatch:
@@ -56,7 +56,8 @@ jobs:
5656
port: ${{ secrets.FTP_PORT }}
5757
local-dir: release/
5858
server-dir: /UpData/FBfans/
59-
security:
59+
passive-mode: true
60+
security: loose
6061
exclude: |
6162
release/*.json
6263

0 commit comments

Comments
 (0)