All events with an arrow "On xyz" (including functions), are triggers. These only execute when that specific event is being triggered
Everything else, will run ON EVERY TICK. Even without specifically setting the event "On every tick". The "On every tick" event is actually redundant.
So basically the game runs your entire event sheet, on every tick, all events from top to bottom, unless those triggers mentioned above.