ci: track build.zig changes

This commit is contained in:
Pierre Tachoire
2024-04-03 15:00:27 +02:00
parent 0af69fee6d
commit 6e8398be96
3 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ on:
branches:
- main
paths:
- "build.zig"
- "src/**/*.zig"
- "src/*.zig"
- "vendor/jsruntime-lib"
@@ -21,6 +22,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- "build.zig"
- "src/**/*.zig"
- "src/*.zig"
- "vendor/**"