Just use a global variable to check if the button was pressed already.
At every round start, set it to false.
Then when the button is pressed, check if it was pressed already.
If the variable is false, do your round end stuff and set the variable to true.
Otherwise, don't do anything.