summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-05 12:56:37 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-05 12:56:37 +0200
commita4d6e64dd2ce6da8d038c3296ac1a3d50d6e9451 (patch)
treeb4d15a92807ffcb7cc7019c9de0d9a085dabc96a
parent472ca9ba8ae85d01aafa159c4930758a88340b45 (diff)
downloadradicle-ci-broker-a4d6e64dd2ce6da8d038c3296ac1a3d50d6e9451.tar.gz
fix: add "branch" to pattern match
Signed-off-by: Lars Wirzenius <liw@liw.fi>
-rw-r--r--src/broker.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/broker.rs b/src/broker.rs
index 297b305..05cbd1c 100644
--- a/src/broker.rs
+++ b/src/broker.rs
@@ -63,6 +63,7 @@ impl Broker {
pusher: _,
before: _,
after,
+ branch: _,
commits: _,
}) = push
{