Merge pull request #128 from lightpanda-io/ci-vendor

ci: run tests and wpt on eveyr vendor change
This commit is contained in:
Pierre Tachoire
2023-12-12 15:53:58 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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