category page template for custom post type

Solved

I alter my code and use below code to check :

if ($post->post_type == 'my_camp' && is_single() ) {

Now it will check only for my_camp post type at post detail page