Merge pull request #126 from lightpanda-io/ugprade-libdom

upgrade vendor/netsurf/libdom
This commit is contained in:
Pierre Tachoire
2023-12-13 10:00:52 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ on:
- "src/**/*.zig"
- "src/*.zig"
- "test/wpt/**"
- "vendor/*"
- "vendor/**"
pull_request:
# By default GH trigger on types opened, synchronize and reopened.
@@ -31,7 +31,7 @@ on:
- "src/**/*.zig"
- "src/*.zig"
- "test/wpt/**"
- "vendor/jsruntime-lib"
- "vendor/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

View File

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