Skip to content

Commit 7fc5609

Browse files
committed
Only rebuild PR's that aftect specified paths
1 parent 7e138a3 commit 7fc5609

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on:
55
branches: [main]
66

77
pull_request:
8-
branches: [main]
8+
paths:
9+
- ".github/workflows/ci.yml"
10+
- "include/**"
11+
- "build.zig"
12+
- "build.zig.zon"
913

1014
workflow_dispatch:
1115

0 commit comments

Comments
 (0)