Skip to content

Commit af20e8c

Browse files
committed
ci(facebook):限制部署工作流仅在 facebook 目录变更时触发
Signed-off-by: LiggMax <wenzhouli06@gmail.com>
1 parent 22f1b0c commit af20e8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/DeployFacebook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- master
7-
# paths:
8-
# - "facebook/**"
7+
paths:
8+
- "facebook/**"
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)