ci: run tests and wpt on eveyr vendor change

This commit is contained in:
Pierre Tachoire
2023-12-12 15:52:26 +01:00
parent dd74dbbccf
commit 86795c9b9d
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ on:
- "src/**/*.zig" - "src/**/*.zig"
- "src/*.zig" - "src/*.zig"
- "test/wpt/**" - "test/wpt/**"
- "vendor/jsruntime-lib" - "vendor/*"
pull_request: pull_request:
# By default GH trigger on types opened, synchronize and reopened. # By default GH trigger on types opened, synchronize and reopened.

View File

@@ -25,7 +25,7 @@ on:
paths: paths:
- "src/**/*.zig" - "src/**/*.zig"
- "src/*.zig" - "src/*.zig"
- "vendor/jsruntime-lib" - "vendor/*"
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: