ci: fix deps change detection

This commit is contained in:
Pierre Tachoire
2023-11-27 12:07:12 +01:00
parent 576e8bb8e4
commit 4b2f85fcf6
3 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ on:
paths:
- "src/**/*.zig"
- "src/*.zig"
- "vendor/jsruntime-lib/**"
- "vendor/jsruntime-lib"
pull_request:
# By default GH trigger on types opened, synchronize and reopened.
@@ -25,7 +25,7 @@ on:
paths:
- "src/**/*.zig"
- "src/*.zig"
- "vendor/jsruntime-lib/**"
- "vendor/jsruntime-lib"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: