ci: run tests on vendor changes

This commit is contained in:
Pierre Tachoire
2025-01-22 13:48:52 +01:00
parent e11ceab029
commit 673e16878d

View File

@@ -16,6 +16,7 @@ on:
- "src/*.zig" - "src/*.zig"
- "vendor/zig-js-runtime" - "vendor/zig-js-runtime"
- ".github/**" - ".github/**"
- "vendor/**"
pull_request: pull_request:
# By default GH trigger on types opened, synchronize and reopened. # By default GH trigger on types opened, synchronize and reopened.
@@ -32,6 +33,7 @@ on:
- "src/*.zig" - "src/*.zig"
- "vendor/**" - "vendor/**"
- ".github/**" - ".github/**"
- "vendor/**"
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: