try:
        # event["eventKey"] == "repo:refs_changed"
        if event["eventKey"]:
            logger.info("Found push event for template %s " % template_filter)
            handle_push_event(event, template_filter)