refactor: 更新构建工作流,仅在v2分支上的package.json更改时触发构建

This commit is contained in:
jxxghp
2024-10-23 16:31:31 +08:00
parent 1cb78b4ccd
commit f0ac2d739d
+2
View File
@@ -5,6 +5,8 @@ on:
push: push:
branches: branches:
- v2 - v2
paths:
- 'package.json'
jobs: jobs:
build: build: