diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index e883b0a7..ddfadf81 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -17,6 +17,7 @@ on: - "src/*.zig" - "tests/wpt/**" - "vendor/**" + - ".github/**" pull_request: # By default GH trigger on types opened, synchronize and reopened. @@ -33,6 +34,7 @@ on: - "src/*.zig" - "tests/wpt/**" - "vendor/**" + - ".github/**" # 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 4f6f469d..5608747e 100644 --- a/.github/workflows/zig-test.yml +++ b/.github/workflows/zig-test.yml @@ -16,6 +16,7 @@ on: - "src/**/*.zig" - "src/*.zig" - "vendor/zig-js-runtime" + - ".github/**" pull_request: # By default GH trigger on types opened, synchronize and reopened. @@ -31,6 +32,7 @@ on: - "src/**/*.zig" - "src/*.zig" - "vendor/**" + - ".github/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: