diff --git a/github/events/push.py b/github/events/push.py index 584eca8..cc09789 100644 --- a/github/events/push.py +++ b/github/events/push.py @@ -65,7 +65,7 @@ async def process(self, payload, chat_id): if bool(payload['created']): self.sdk.log('Branch %s has been created' % payload['ref']) - return + self.commits.append(Commit(payload['head_commit'])) # Start building message