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 authored and GitHub committed 2023-12-12 15:53:58 +01:00
commit 5953489074
2 files changed
+2 -2

No files matched your search

+1 -1
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.
+1 -1
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: