Skip to content

Commit

Permalink
dekaf: Run Dekaf builds when any dependent crate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jshearer committed Jan 2, 2025
1 parent aa06c87 commit dc6c1f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dekaf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ on:
paths:
- "crates/dekaf/**"
- "crates/proto-**"
- "crates/allocator"
- "crates/avro"
- "crates/doc"
- "crates/flow-client"
- "crates/gazette"
- "crates/json"
- "crates/labels"
- "crates/models"
- "crates/ops"
- "crates/simd-doc"
- "Cargo.lock"
pull_request:
branches: [master]
Expand Down

0 comments on commit dc6c1f1

Please sign in to comment.