ci: run sanitized CI when "vtest*" tools are modified (#11112)

pull/11115/head
Enzo 2021-08-09 16:05:15 +02:00 committed by GitHub
parent 506c30a291
commit 1588fe7967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ on:
push:
paths:
- '!**'
- 'cmd/tools/vtest*'
- 'vlib/builtin/**.v'
- 'vlib/strconv/**.v'
- 'vlib/strings/**.v'
@ -34,6 +35,7 @@ on:
pull_request:
paths:
- '!**'
- 'cmd/tools/vtest*'
- 'vlib/builtin/**.v'
- 'vlib/strconv/**.v'
- 'vlib/strings/**.v'