ci: only run sanitized jobs on changes to the compiler itself (vlib/v/)

pull/11002/head
Delyan Angelov 2021-07-30 11:10:37 +03:00
parent c31397e17d
commit ab6ab519e6
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 6 additions and 4 deletions

View File

@ -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: