diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index bb2f652d..e7473a4b 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -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: diff --git a/.github/workflows/zig-test.yml b/.github/workflows/zig-test.yml index 144ddca6..79aa6a87 100644 --- a/.github/workflows/zig-test.yml +++ b/.github/workflows/zig-test.yml @@ -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: