Skip to content

Commit 7b7f9d7

Browse files
committed
chore(workflow): 优化内核测试工作流触发条件
1 parent 666dd04 commit 7b7f9d7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: Kernel Tests
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
paths:
6+
- "kernel/**"
7+
- "**/Makefile"
8+
pull_request:
9+
paths:
10+
- "kernel/**"
11+
- "**/Makefile"
612

713
jobs:
814
test:

0 commit comments

Comments
 (0)