diff --git a/.github/workflows/build-deps.yml b/.github/workflows/build-deps.yml index da124ef3..2579e1f7 100644 --- a/.github/workflows/build-deps.yml +++ b/.github/workflows/build-deps.yml @@ -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: diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 6b6cbb0d..dbd2f6c1 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -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,7 +27,7 @@ on: - "src/**/*.zig" - "src/*.zig" - "test/wpt/**" - - "vendor/jsruntime-lib/**" + - "vendor/jsruntime-lib" # 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 30e8b54b..45503e3f 100644 --- a/.github/workflows/zig-test.yml +++ b/.github/workflows/zig-test.yml @@ -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,7 +25,7 @@ on: paths: - "src/**/*.zig" - "src/*.zig" - - "vendor/jsruntime-lib/**" + - "vendor/jsruntime-lib" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: