Merge pull request #89 from Browsercore/up-jsruntime-lib

upgrade jsruntime-lib
This commit is contained in:
Pierre Tachoire authored and GitHub committed 2023-11-27 12:35:50 +01:00
commit 4f8fffeb0f
4 files changed
+7 -5

No files matched your search

+2 -2
View File
@@ -5,8 +5,8 @@ on:
branches:
- "main"
paths:
- 'vendor/lexbor-src/**'
- 'vendor/netsurf/**'
- "vendor/lexbor-src"
- "vendor/netsurf/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
+2 -1
View File
@@ -11,7 +11,7 @@ on:
- "src/**/*.zig"
- "src/*.zig"
- "test/wpt/**"
- 'vendor/jsruntime-lib/**'
- "vendor/jsruntime-lib"
pull_request:
# By default GH trigger on types opened, synchronize and reopened.
@@ -27,6 +27,7 @@ on:
- "src/**/*.zig"
- "src/*.zig"
- "test/wpt/**"
- "vendor/jsruntime-lib"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
+2 -1
View File
@@ -10,7 +10,7 @@ on:
paths:
- "src/**/*.zig"
- "src/*.zig"
- 'vendor/jsruntime-lib/**'
- "vendor/jsruntime-lib"
pull_request:
# By default GH trigger on types opened, synchronize and reopened.
@@ -25,6 +25,7 @@ on:
paths:
- "src/**/*.zig"
- "src/*.zig"
- "vendor/jsruntime-lib"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: