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

@@ -11,6 +11,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- "build.zig"
- "src/**/*.zig"
- "src/*.zig"
# Allows you to run this workflow manually from the Actions tab