We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53eaaae commit 1c72177Copy full SHA for 1c72177
1 file changed
.github/workflows/DeployFacebook.yml
@@ -2,8 +2,8 @@ name: Deploy via FTP
2
3
on:
4
push:
5
- tags:
6
- - 'v*' # 监听标签推送,只匹配以'v'开头的标签
+ branches:
+ - master
7
# paths:
8
# - "facebook/**"
9
workflow_dispatch:
@@ -56,7 +56,8 @@ jobs:
56
port: ${{ secrets.FTP_PORT }}
57
local-dir: release/
58
server-dir: /UpData/FBfans/
59
- security:
+ passive-mode: true
60
+ security: loose
61
exclude: |
62
release/*.json
63
0 commit comments