Merge pull request #370 from lightpanda-io/kernel-version

upgrade vendor/zig-js-runtime
This commit is contained in:
Pierre Tachoire
2025-01-22 13:58:22 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ on:
- "src/*.zig" - "src/*.zig"
- "vendor/zig-js-runtime" - "vendor/zig-js-runtime"
- ".github/**" - ".github/**"
- "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.
@@ -32,6 +33,7 @@ on:
- "src/*.zig" - "src/*.zig"
- "vendor/**" - "vendor/**"
- ".github/**" - ".github/**"
- "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: