diff --git a/app/models/deploy.rb b/app/models/deploy.rb index a453b61..45b45f5 100644 --- a/app/models/deploy.rb +++ b/app/models/deploy.rb @@ -33,7 +33,7 @@ class Deploy protected def should_notify? - app.notify_on_deploys? && app.watchers.any? + app.notify_on_deploys? && app.notification_recipients.any? end def should_resolve_app_errs? -- libgit2 0.21.2