Just make a check in the interceptor and don't do anything for anything else, that is the simplest approach, which has almost zero cost.
In general, I would STRONGLY recommend against doing something like that in an interceptor, this is part of what the method is doing.