diff --git a/app/models/communication/website/menu/with_automatism.rb b/app/models/communication/website/menu/with_automatism.rb
index 9870d5e57e33f023ae8ee8dec674e06751673cdd..1bcd6ee5321689222eb3bc3f8265566fb15a988c 100644
--- a/app/models/communication/website/menu/with_automatism.rb
+++ b/app/models/communication/website/menu/with_automatism.rb
@@ -56,5 +56,6 @@ module Communication::Website::Menu::WithAutomatism
 
   def unpause_git_sync
     Communication::Website::Menu.set_callback :save, :after, :connect_dependencies
+    Communication::Website::Menu.set_callback :touch, :after, :connect_dependencies
   end
 end
\ No newline at end of file