diff --git a/crates/project/src/git_store/branch_diff.rs b/crates/project/src/git_store/branch_diff.rs index 7b64f540e2a0a55b2e29523f3856eb04c600c28e..88f510f68402f91f864cf7777e8f4c9b3392d632 100644 --- a/crates/project/src/git_store/branch_diff.rs +++ b/crates/project/src/git_store/branch_diff.rs @@ -70,7 +70,7 @@ impl BranchDiff { } GitStoreEvent::RepositoryUpdated( event_repo_id, - RepositoryEvent::StatusesChanged, + RepositoryEvent::StatusesChanged | RepositoryEvent::BranchChanged, _, ) => this .repo