The @@trigger_name global variable returns the name of the trigger that is currently executing..
select @@trigger_name
If nested triggers are fired, @@trigger_name holds the name of the most recently fired trigger.