ci: run ci on vendor deep changes

This commit is contained in:
Pierre Tachoire
2023-12-12 15:55:51 +01:00
parent 7f1e592401
commit e146e07a28
2 changed files with 3 additions and 3 deletions

View File

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