Merge pull request #90 from Browsercore/test-workflow

ci: run tests on jsruntime-lib change
This commit is contained in:
Pierre Tachoire
2023-11-27 12:01:28 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

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

View File

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