Well, you can't attach triggers to SELECT queries, because SELECTs don't alter rows.
You wouldn't expect a SELECT to actually change anything, which limits the usefulness of a trigger anyway. Depends on what the trigger is supposed to do.
I suppose you could write a view that includes a computed field.