From 673e16878d1924331891fb4926a80482fa0e951c Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Wed, 22 Jan 2025 13:48:52 +0100 Subject: [PATCH] ci: run tests on vendor changes --- .github/workflows/zig-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/zig-test.yml b/.github/workflows/zig-test.yml index bc051fe3..ec061993 100644 --- a/.github/workflows/zig-test.yml +++ b/.github/workflows/zig-test.yml @@ -16,6 +16,7 @@ on: - "src/*.zig" - "vendor/zig-js-runtime" - ".github/**" + - "vendor/**" pull_request: # By default GH trigger on types opened, synchronize and reopened. @@ -32,6 +33,7 @@ on: - "src/*.zig" - "vendor/**" - ".github/**" + - "vendor/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: