# File lib/travis/cli/monitor.rb, line 75
      def monitor?(entity)
        return true if all?
        entity.pull_request? ? pull? : push?
      end