ci: force the checking of changed vlib/crypto/ecdsa files with the sanitizer jobs

This commit is contained in:
Delyan Angelov 2025-01-13 05:21:41 +02:00
parent 9d1b855129
commit 89d405ec52
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -24,6 +24,7 @@ on:
- 'vlib/math/**.v'
- 'vlib/math/big/**.v'
- 'vlib/arrays/**.v'
- 'vlib/crypto/ecdsa/**.v'
- 'vlib/datatypes/**.v'
- 'vlib/os/**.v'
- 'vlib/sync/**.v'
@ -50,6 +51,7 @@ on:
- 'vlib/math/**.v'
- 'vlib/math/big/**.v'
- 'vlib/arrays/**.v'
- 'vlib/crypto/ecdsa/**.v'
- 'vlib/datatypes/**.v'
- 'vlib/os/**.v'
- 'vlib/sync/**.v'