1 parent d3e3313 commit 3c7755fCopy full SHA for 3c7755f
1 file changed
.github/workflows/desktop-client-dev.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
tags:
6
- 'v*' # 仅在推送 v 开头的 tag 时触发打包
7
+ paths:
8
+ - 'desktop-client/**' # 只有该目录下的文件被修改时才触发
9
10
jobs:
11
build:
0 commit comments