How to makes changes on the shop/category/tag pages but not on the product pages in woocommerce?

You need to use conditional tags of WooCommerce.
Please have a look. In your case you can use this

if(!is_product()){
    //BeRocket Code
}