ci: run tests on jsruntime-lib update

This commit is contained in:
Pierre Tachoire
2023-11-27 12:04:08 +01:00
parent 36005cd591
commit 576e8bb8e4
2 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ on:
- "src/**/*.zig" - "src/**/*.zig"
- "src/*.zig" - "src/*.zig"
- "test/wpt/**" - "test/wpt/**"
- 'vendor/jsruntime-lib/**' - "vendor/jsruntime-lib/**"
pull_request: pull_request:
# By default GH trigger on types opened, synchronize and reopened. # By default GH trigger on types opened, synchronize and reopened.
@@ -27,6 +27,7 @@ on:
- "src/**/*.zig" - "src/**/*.zig"
- "src/*.zig" - "src/*.zig"
- "test/wpt/**" - "test/wpt/**"
- "vendor/jsruntime-lib/**"
# 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:

View File

@@ -10,7 +10,7 @@ on:
paths: paths:
- "src/**/*.zig" - "src/**/*.zig"
- "src/*.zig" - "src/*.zig"
- 'vendor/jsruntime-lib/**' - "vendor/jsruntime-lib/**"
pull_request: pull_request:
# By default GH trigger on types opened, synchronize and reopened. # By default GH trigger on types opened, synchronize and reopened.
@@ -25,6 +25,7 @@ on:
paths: paths:
- "src/**/*.zig" - "src/**/*.zig"
- "src/*.zig" - "src/*.zig"
- "vendor/jsruntime-lib/**"
# 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: