Skip to content

Commit 3c7755f

Browse files
committed
增加打包条件。
1 parent d3e3313 commit 3c7755f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/desktop-client-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- 'v*' # 仅在推送 v 开头的 tag 时触发打包
7+
paths:
8+
- 'desktop-client/**' # 只有该目录下的文件被修改时才触发
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)