ci: run test on any change into src/

This commit is contained in:
Pierre Tachoire
2026-02-09 15:45:53 +01:00
parent 2e28e68c48
commit 14f7574c41

View File

@@ -12,8 +12,7 @@ on:
- main - main
paths: paths:
- "build.zig" - "build.zig"
- "src/**/*.zig" - "src/**"
- "src/*.zig"
- "vendor/zig-js-runtime" - "vendor/zig-js-runtime"
- ".github/**" - ".github/**"
- "vendor/**" - "vendor/**"