feat: 为工作流文件添加 pull_request 触发条件以支持路径过滤

This commit is contained in:
严浩
2024-10-12 16:35:00 +08:00
parent f7f95de95a
commit 3ef624f5d9
3 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,8 @@
on:
pull_request:
paths:
- "setup-node-environment/**"
- ".github/workflows/setup-node-environment.yml"
push:
paths:
- "setup-node-environment/**"