Hi @luanoprz2
Try this trigger condition
@and(equals(add(1,triggerOutputs()?['body/Change']),triggerOutputs()?['body/{VersionNumber}']),equals(triggerOutputs()?['body/Column1'],false))
Kindly Note that i don't know the name of Yes/No Column, so instead i have put the name as Column1 instead, you can change the Column1 with correct column name , for getting the column, hover to it dynamic content variable and you can see the name correctly like below

Hope this helps !
Mark it as solution if it resolves your query !