Skip to content

Commit 673e168

Browse files
committed
ci: run tests on vendor changes
1 parent e11ceab commit 673e168

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/zig-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- "src/*.zig"
1717
- "vendor/zig-js-runtime"
1818
- ".github/**"
19+
- "vendor/**"
1920
pull_request:
2021

2122
# By default GH trigger on types opened, synchronize and reopened.
@@ -32,6 +33,7 @@ on:
3233
- "src/*.zig"
3334
- "vendor/**"
3435
- ".github/**"
36+
- "vendor/**"
3537
# Allows you to run this workflow manually from the Actions tab
3638
workflow_dispatch:
3739

0 commit comments

Comments
 (0)