It is not the way how axis works. You can’t release or press axis.
Event binded to Axis is being called every frame, it is not binded to buttons, buttons only changes the axis value
If you have not noticed - you can use data from axis even without calling this event
Just use Actions for this matter or setup custom events. InputAxis is a different beast