Skip to content

Commit ab6ab51

Browse files
committed
ci: only run sanitized jobs on changes to the compiler itself (vlib/v/)
1 parent c31397e commit ab6ab51

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci_sanitized.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ name: Sanitized CI
22

33
on:
44
push:
5-
paths-ignore:
6-
- "**.md"
5+
paths:
6+
- '!**'
7+
- 'vlib/v/**.v'
78
pull_request:
8-
paths-ignore:
9-
- "**.md"
9+
paths:
10+
- '!**'
11+
- 'vlib/v/**.v'
1012

1113
jobs:
1214
no-scheduling:

0 commit comments

Comments
 (0)