Skip to content

Commit

Permalink
Only rebuild PR's that aftect specified paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultra-Code committed Dec 5, 2024
1 parent 7e138a3 commit 7fc5609
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ on:
branches: [main]

pull_request:
branches: [main]
paths:
- ".github/workflows/ci.yml"
- "include/**"
- "build.zig"
- "build.zig.zon"

workflow_dispatch:

Expand Down

0 comments on commit 7fc5609

Please sign in to comment.