ci: only run sanitized jobs on changes to the compiler itself (vlib/v/)
parent
c31397e17d
commit
ab6ab519e6
|
@ -2,11 +2,13 @@ name: Sanitized CI
|
|||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
paths:
|
||||
- '!**'
|
||||
- 'vlib/v/**.v'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
paths:
|
||||
- '!**'
|
||||
- 'vlib/v/**.v'
|
||||
|
||||
jobs:
|
||||
no-scheduling:
|
||||
|
|
Loading…
Reference in New Issue