I want to use two separate interrupt

I want to use two separate interrupt. Both should wake up the Arduino from deep sleep. I have found many examples that work well. How do I realize separate actions after waking up? Is there any way to find out which interrupt triggered?

Do you have sample code? Thanks for your cooperation

Of course, whichever interrupt handler gets run ...

That assumes that one is smart enough to use two different handlers.