We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11ceab commit 673e168Copy full SHA for 673e168
.github/workflows/zig-test.yml
@@ -16,6 +16,7 @@ on:
16
- "src/*.zig"
17
- "vendor/zig-js-runtime"
18
- ".github/**"
19
+ - "vendor/**"
20
pull_request:
21
22
# By default GH trigger on types opened, synchronize and reopened.
@@ -32,6 +33,7 @@ on:
32
33
34
- "vendor/**"
35
36
37
# Allows you to run this workflow manually from the Actions tab
38
workflow_dispatch:
39
0 commit comments