mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
feat: 为工作流文件添加 pull_request 触发条件以支持路径过滤
This commit is contained in:
4
.github/workflows/setup-node-environment.yml
vendored
4
.github/workflows/setup-node-environment.yml
vendored
@ -1,4 +1,8 @@
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "setup-node-environment/**"
|
||||
- ".github/workflows/setup-node-environment.yml"
|
||||
push:
|
||||
paths:
|
||||
- "setup-node-environment/**"
|
||||
|
Reference in New Issue
Block a user